Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/joowani/binarytree
/ NodeReferenceError
Class
NodeReferenceError
binarytree/exceptions.py:17–18 ·
view source on GitHub ↗
Node reference was invalid (e.g. cyclic reference).
Source
from the content-addressed store, hash-verified
15
16
17
class
NodeReferenceError(BinaryTreeError):
18
""
"Node reference was invalid (e.g. cyclic reference)."
""
19
20
21
class
NodeTypeError(BinaryTreeError):
Callers
2
validate
Method · 0.90
get_index
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected