MCPcopy Create free account
hub / github.com/FSoft-AI4Code/HyperAgent / __len__

Method __len__

src/hyperagent/tasks/github_issue_resolve.py:34–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32 return self.task_template.format(issue=instance["problem_statement"])
33
34 def __len__(self):
35 return len(self.dataset)
36
37 def __getitem__(self, idx):
38 repo = self.dataset[idx]["repo"]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected