Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_sha
Function · 0.85
Calls
1
decode
Method · 0.80
Tested by
no test coverage detected