MCPcopy 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
234def make_executable(name):
235 Path(name).chmod(stat.S_IREAD | stat.S_IWRITE | stat.S_IEXEC)
236
237
238def make_dir_writeable(dirname):

Callers 6

make_fake_toolFunction · 0.90
make_new_executableMethod · 0.90
test_nodeMethod · 0.90
test_js_engine_pathMethod · 0.90
test_compiler_wrapperMethod · 0.90

Calls

no outgoing calls

Tested by 6

make_fake_toolFunction · 0.72
make_new_executableMethod · 0.72
test_nodeMethod · 0.72
test_js_engine_pathMethod · 0.72
test_compiler_wrapperMethod · 0.72