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

Method get_setting

test/common.py:843–844  ·  view source on GitHub ↗
(self, key, default=None)

Source from the content-addressed store, hash-verified

841 self.fail(f'Test leaked {len(left_over_files)} temporary files!')
842
843 def get_setting(self, key, default=None):
844 return self.settings_mods.get(key, default)
845
846 def set_setting(self, key, value=1):
847 if value is None:

Callers 15

is_wasmMethod · 0.95
is_4gbMethod · 0.95
is_2gbMethod · 0.95
check_dylinkMethod · 0.95
require_pthreadsMethod · 0.95
require_jspiMethod · 0.95
require_wasm2jsMethod · 0.95
setup_nodefs_testMethod · 0.95
add_pre_runMethod · 0.95
add_post_runMethod · 0.95
add_on_exitMethod · 0.95
_build_and_runMethod · 0.95

Calls 1

getMethod · 0.65

Tested by 15

test_fs_dev_randomMethod · 0.64
test_timeMethod · 0.64
test_strptime_tmMethod · 0.64
test_realpath_nodefsMethod · 0.64
test_run_orderMethod · 0.64
test_wasmfs_getdentsMethod · 0.64
test_std_filesystemMethod · 0.64
decoratedFunction · 0.64
metafuncFunction · 0.64