MCPcopy 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
201def _exec_cmd(cmd, cwd):
202 logging.info(f"running command in {cwd}: {cmd}")
203 subprocess.check_call(cmd, shell=True, cwd=cwd)
204
205
206def run_android_go_xlang_static_processor():

Callers 1

Calls 1

infoMethod · 0.65

Tested by

no test coverage detected