Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/emscripten-core/emsdk
/ mkdir_p
Function
mkdir_p
emsdk.py:463–465 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
461
462
463
def
mkdir_p(path):
464
debug_print(f
'mkdir_p({path})'
)
465
os.makedirs(path, exist_ok=True)
466
467
468
def
is_nonempty_directory(path):
Callers
6
untargz
Function · 0.85
unzip
Function · 0.85
download_file
Function · 0.85
git_clone
Function · 0.85
build_ninja
Function · 0.85
build_ccache
Function · 0.85
Calls
1
debug_print
Function · 0.85
Tested by
no test coverage detected