Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ default_setting
Function
default_setting
tools/settings.py:271–273 ·
view source on GitHub ↗
(name, new_default)
Source
from the content-addressed store, hash-verified
269
270
271
def
default_setting(name, new_default):
272
if
name not in user_settings:
273
setattr(settings, name, new_default)
274
275
276
class
SettingsManager:
Callers
9
phase_setup
Function · 0.90
setup_pthreads
Function · 0.85
set_initial_memory
Function · 0.85
check_browser_versions
Function · 0.85
setup_sanitizers
Function · 0.85
phase_linker_setup
Function · 0.85
limit_incoming_module_api
Function · 0.85
apply_library_settings
Function · 0.85
auto_enable_features
Function · 0.85
Calls
1
setattr
Function · 0.50
Tested by
no test coverage detected