Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RylonW/DocNLC
/ mkdir
Function
mkdir
utils/util.py:47–49 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
45
46
47
def
mkdir(path):
48
if
not os.path.exists(path):
49
os.makedirs(path)
50
51
52
def
mkdirs(paths):
Callers
1
mkdirs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected