Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M-Nauta/ProtoTree
/ branches
Method
branches
prototree/node.py:32–33 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
30
31
@property
32
def
branches(self) -> set:
33
raise
NotImplementedError
34
35
@property
36
def
nodes_by_index(self) -> dict:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected