Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NineAbyss/ZeroG
/ len
Method
len
code/SubgraphDataset.py:185–186 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
183
return
valid_subgraphs
184
185
def
len(self):
186
return
len(self.valid_subgraphs)
187
188
def
get(self, idx):
189
subgraph_idx = self.valid_subgraphs[idx]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected