MCPcopy Index your code
hub / github.com/MatterAIOrg/OrbCode / run

Function run

release.py:25–27  ·  view source on GitHub ↗
(cmd, **kwargs)

Source from the content-addressed store, hash-verified

23
24
25def run(cmd, **kwargs):
26 print(f"$ {' '.join(cmd)}")
27 return subprocess.run(cmd, cwd=ROOT, **kwargs)
28
29
30def fail(msg):

Callers 1

mainFunction · 0.85

Calls 1

runMethod · 0.80

Tested by

no test coverage detected