Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M-Nauta/ProtoTree
/ nodes
Method
nodes
prototree/node.py:24–25 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
22
23
@property
24
def
nodes(self) -> set:
25
return
self.branches.union(self.leaves)
26
27
@property
28
def
leaves(self) -> set:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected