Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ _remove_file
Function
_remove_file
ci/run_ci.py:193–198 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
191
192
193
def
_remove_file(path):
194
if
path:
195
try
:
196
os.remove(path)
197
except
FileNotFoundError:
198
pass
199
200
201
def
_exec_cmd(cmd, cwd):
Callers
1
run_android_go_xlang_static_processor
Function · 0.85
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected