Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IntegralPilot/rustc_codegen_jvm
/ run_command
Function
run_command
Tester.py:35–37 ·
view source on GitHub ↗
(cmd: list, cwd=None)
Source
from the content-addressed store, hash-verified
33
34
def
write_failure(path: Path, proc) -> None:
35
path.write_text(
36
f
"STDOUT:\n{proc.stdout}\n\nSTDERR:\n{proc.stderr}"
,
37
encoding=
"utf-8"
,
38
)
39
40
Callers
3
build_rust_code
Function · 0.70
process_binary_test
Function · 0.70
process_integration_test
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected