MCPcopy Create free account
hub / github.com/SalesforceAIResearch/perfcodegen / length

Method length

src/dataset.py:90–91  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

88 self.index = -1
89
90 def length(self):
91 return len(self.dataset)
92
93 def next(self):
94 self.index += 1

Callers 2

infer_openai_modelFunction · 0.95
infer_local_modelFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected