Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastMAS/KVCOMM
/ num_nodes
Method
num_nodes
KVCOMM/graph/graph.py:119–120 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
117
118
@property
119
def
num_nodes(self):
120
return
len(self.nodes)
121
122
def
find_node(self, id: str):
123
if
id in self.nodes.keys():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected