MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / samples

Function samples

benchmarks/audit/gen.py:34–35  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

32
33
34def samples(f):
35 return [s(f(p)) for p in P]
36
37
38CASES = []

Callers 1

gen.pyFile · 0.85

Calls 2

sFunction · 0.85
fFunction · 0.50

Tested by

no test coverage detected