Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
def
check_path(path):
23
os.makedirs(path, exist_ok=True)
24
25
26
def
write_json_file(data, file_path):
Callers
2
write_atomic_files
Function · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected