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

Dereference - tracking depth #320

Closed
char0n opened this issue Mar 26, 2021 · 0 comments · Fixed by #321
Closed

Dereference - tracking depth #320

char0n opened this issue Mar 26, 2021 · 0 comments · Fixed by #321
Assignees
Labels
ApiDOM enhancement New feature or request

Comments

@char0n
Copy link
Member

char0n commented Mar 26, 2021

There are two distinct depths that can be tracked.

1.) Depth

This information is distinct from the classical Node depth from computer science. The depth here represents the number of references that needed to be followed before the eventual value was reached within one file.

2.) Resolved file depth

How many files needed to be parsed before the current file.

@char0n char0n added enhancement New feature or request ApiDOM labels Mar 26, 2021
@char0n char0n self-assigned this Mar 26, 2021
char0n added a commit that referenced this issue Mar 26, 2021
char0n added a commit that referenced this issue Mar 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ApiDOM enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant