Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alibaba/freeline
/ mark_res_sync_status
Function
mark_res_sync_status
freeline_core/android_tools.py:843–845 ·
view source on GitHub ↗
(sync_file_path)
Source
from the content-addressed store, hash-verified
841
842
843
def
mark_res_sync_status(sync_file_path):
844
if
not os.path.exists(sync_file_path):
845
write_file_content(sync_file_path,
''
)
846
847
848
def
clean_res_sync_status(sync_file_path):
Callers
1
run_aapt_task
Method · 0.85
Calls
1
write_file_content
Function · 0.90
Tested by
no test coverage detected