MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / safe_ensure_dirs

Function safe_ensure_dirs

tools/utils.py:142–143  ·  view source on GitHub ↗
(dirname)

Source from the content-addressed store, hash-verified

140
141
142def safe_ensure_dirs(dirname):
143 os.makedirs(dirname, exist_ok=True)
144
145
146def make_writable(filename):

Callers 2

mainFunction · 0.90
setup_temp_dirsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected