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

Factor out duplicated entry_point_type functions #116259

Merged
merged 2 commits into from
Oct 1, 2023

Commits on Sep 29, 2023

  1. Change depth arg to at_root.

    This will facilitate a subsequent refactoring.
    nnethercote committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    373cc21 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Factor out the two entry_point_type functions.

    They are very similar, and each one has a comment about the importance
    of being kept in sync with the other. This commit removes the
    duplication.
    nnethercote committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    7326cd9 View commit details
    Browse the repository at this point in the history