Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ _exec_cmd
Function
_exec_cmd
ci/run_ci.py:201–203 ·
view source on GitHub ↗
(cmd, cwd)
Source
from the content-addressed store, hash-verified
199
200
201
def
_exec_cmd(cmd, cwd):
202
logging.info(f
"running command in {cwd}: {cmd}"
)
203
subprocess.check_call(cmd, shell=True, cwd=cwd)
204
205
206
def
run_android_go_xlang_static_processor():
Callers
1
run_android_go_xlang_static_processor
Function · 0.85
Calls
1
info
Method · 0.65
Tested by
no test coverage detected