MCPcopy Create free account
hub / github.com/OpenBMB/ToolBench / node_count

Method node_count

toolbench/tooleval/evaluation/dataclass.py:172–173  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

170
171 @property
172 def node_count(self):
173 return len(self.nodes.keys())
174 @property
175 def edge_count(self):
176 count = 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected