MCPcopy Index your code
hub / github.com/modelscope/modelscope / create_empty_file

Function create_empty_file

modelscope/utils/plugins.py:355–357  ·  view source on GitHub ↗
(file_path)

Source from the content-addressed store, hash-verified

353 """
354
355 def create_empty_file(file_path):
356 with open(file_path, 'w') as _:
357 pass
358
359 dest_dir = os.path.join(BASE_MODULE_DIR, module_name)
360 for file_path in file_list:

Callers 1

create_module_from_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…