MCPcopy 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
463def mkdir_p(path):
464 debug_print(f'mkdir_p({path})')
465 os.makedirs(path, exist_ok=True)
466
467
468def is_nonempty_directory(path):

Callers 6

untargzFunction · 0.85
unzipFunction · 0.85
download_fileFunction · 0.85
git_cloneFunction · 0.85
build_ninjaFunction · 0.85
build_ccacheFunction · 0.85

Calls 1

debug_printFunction · 0.85

Tested by

no test coverage detected