Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ make_executable
Function
make_executable
test/common.py:234–235 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
232
233
234
def
make_executable(name):
235
Path(name).chmod(stat.S_IREAD | stat.S_IWRITE | stat.S_IEXEC)
236
237
238
def
make_dir_writeable(dirname):
Callers
6
make_fake_tool
Function · 0.90
make_new_executable
Method · 0.90
test_node
Method · 0.90
test_js_engine_path
Method · 0.90
test_compiler_wrapper
Method · 0.90
test_report_subprocess_signals
Method · 0.90
Calls
no outgoing calls
Tested by
6
make_fake_tool
Function · 0.72
make_new_executable
Method · 0.72
test_node
Method · 0.72
test_js_engine_path
Method · 0.72
test_compiler_wrapper
Method · 0.72
test_report_subprocess_signals
Method · 0.72