Hint before resolving references in a tree #286
captain-yoshi
started this conversation in
Ideas
Replies: 1 comment
-
This is a good idea. I'll eventually get to this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be awesome if we could query the
ryml::Tree
to see whether it encountered an anchor or an alias when parsing. By doing so, the user could have a hint to resolve or not the tree and thus skip the full traversal of the tree if there is no references.Maybe the API already does this but I did not find any way without traversing the tree.
Beta Was this translation helpful? Give feedback.
All reactions