Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Loping151/RoverSign
/ init_dir
Function
init_dir
RoverSign/utils/resource/RESOURCE_PATH.py:12–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
11
12
def
init_dir():
13
for
i in [
14
MAIN_PATH,
15
]:
16
i.mkdir(parents=True, exist_ok=True)
17
18
19
init_dir()
Callers
1
RESOURCE_PATH.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected