MCPcopy Create free account
hub / github.com/MiniMax-AI/VTP / _run

Function _run

vtp/models/utils/utils.py:89–90  ·  view source on GitHub ↗
(command)

Source from the content-addressed store, hash-verified

87 cwd = os.path.dirname(os.path.abspath(__file__))
88
89 def _run(command):
90 return subprocess.check_output(command, cwd=cwd).decode("ascii").strip()
91
92 sha = "N/A"
93 diff = "clean"

Callers 1

get_shaFunction · 0.85

Calls 1

decodeMethod · 0.80

Tested by

no test coverage detected