MCPcopy Create free account
hub / github.com/codefuse-ai/codefuse-devops-eval / __len__

Method __len__

src/datasets/base_dataset.py:39–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37 raise StopIteration
38
39 def __len__(self):
40 return len(self.datas)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected