You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: