MCPcopy
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
843def 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
848def clean_res_sync_status(sync_file_path):

Callers 1

run_aapt_taskMethod · 0.85

Calls 1

write_file_contentFunction · 0.90

Tested by

no test coverage detected