Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(transformer): prefer create_bound_reference_id to create_reference_id #6282

Commits on Oct 4, 2024

  1. refactor(transformer): prefer create_bound_reference_id to `create_…

    …reference_id` (#6282)
    
    `TraverseCtx::create_reference_id` is intended for when you don't know if a reference is bound or not. Replace uses of it with the more specific `create_bound_reference_id` and `create_unbound_reference_id`.
    overlookmotel committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f0a74ca View commit details
    Browse the repository at this point in the history