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

Method validate

src/hyperagent/tasks/github_issue_resolve.py:52–53  ·  view source on GitHub ↗
(self, proposed_patch, idx: int)

Source from the content-addressed store, hash-verified

50
51
52 def validate(self, proposed_patch, idx: int):
53 pass
54
55if __name__ == "__main__":
56 task = SWEBench("logs", "test")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected