Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ is_writable
Function
is_writable
tools/cache.py:25–26 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
23
24
25
def
is_writable(path):
26
return
os.access(path, os.W_OK)
27
28
29
def
acquire_cache_lock(reason):
Callers
1
acquire_cache_lock
Function · 0.85
Calls
1
access
Method · 0.45
Tested by
no test coverage detected