Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/evalplus/evalplus
/ generate
Method
generate
evalplus/gen/__init__.py:20–21 ·
view source on GitHub ↗
(self, num: int)
Source
from the content-addressed store, hash-verified
18
self.seed_hash = set([hash(str(x))
for
x in self.seed_pool])
19
20
def
generate(self, num: int) -> List[Any]:
21
raise
NotImplementedError
Callers
3
input_generation
Function · 0.45
codegen
Method · 0.45
codegen
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected