Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/deadc0de6/dotdrop
/ create_dir
Function
create_dir
tests/helpers.py:111–115 ·
view source on GitHub ↗
Create a directory
(path)
Source
from the content-addressed store, hash-verified
109
110
111
def
create_dir(path):
112
""
"Create a directory"
""
113
if
not os.path.exists(path):
114
os.mkdir(path)
115
return
path
116
117
118
def
_fake_args():
Callers
6
test_update
Method · 0.90
test_listings
Method · 0.90
test_compare
Method · 0.90
test_install
Method · 0.90
test_remove
Method · 0.90
test_import
Method · 0.90
Calls
no outgoing calls
Tested by
6
test_update
Method · 0.72
test_listings
Method · 0.72
test_compare
Method · 0.72
test_install
Method · 0.72
test_remove
Method · 0.72
test_import
Method · 0.72