MCPcopy Index your code
hub / github.com/NineAbyss/ZeroG / get

Method get

code/SubgraphDataset.py:98–99  ·  view source on GitHub ↗
(self, idx)

Source from the content-addressed store, hash-verified

96 return len(self.subgraphs)
97
98 def get(self, idx):
99 return self.subgraphs[idx]
100
101 def __getitem__(self, idx):
102 return self.get(idx)

Callers 2

__getitem__Method · 0.95
get_textsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected