MCPcopy Create free account
hub / github.com/AkaliKong/MiniOneRec / check_path

Function check_path

data/amazon23_data_process.py:22–23  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

20
21
22def check_path(path):
23 os.makedirs(path, exist_ok=True)
24
25
26def write_json_file(data, file_path):

Callers 2

write_atomic_filesFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected