Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
142
def
safe_ensure_dirs(dirname):
143
os.makedirs(dirname, exist_ok=True)
144
145
146
def
make_writable(filename):
Callers
2
main
Function · 0.90
setup_temp_dirs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected