Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ has_changed_setting
Method
has_changed_setting
test/common.py:853–854 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
851
self.settings_mods[key] = value
852
853
def
has_changed_setting(self, key):
854
return
key in self.settings_mods
855
856
def
clear_setting(self, key):
857
self.settings_mods.pop(key, None)
Callers
15
test_minimal_runtime_memorygrowth
Method · 0.80
test_memorygrowth
Method · 0.80
test_memorygrowth_2
Method · 0.80
test_memorygrowth_3
Method · 0.80
test_memorygrowth_MAXIMUM_MEMORY
Method · 0.80
test_memorygrowth_linear_step
Method · 0.80
test_memorygrowth_geometric_step
Method · 0.80
test_memorygrowth_3_force_fail_reallocBuffer
Method · 0.80
test_pthread_proxying
Method · 0.80
test_pthread_proxying_cpp
Method · 0.80
test_pthread_thread_local_storage
Method · 0.80
test_dylink_load_compiled_side_module
Method · 0.80
Calls
no outgoing calls
Tested by
15
test_minimal_runtime_memorygrowth
Method · 0.64
test_memorygrowth
Method · 0.64
test_memorygrowth_2
Method · 0.64
test_memorygrowth_3
Method · 0.64
test_memorygrowth_MAXIMUM_MEMORY
Method · 0.64
test_memorygrowth_linear_step
Method · 0.64
test_memorygrowth_geometric_step
Method · 0.64
test_memorygrowth_3_force_fail_reallocBuffer
Method · 0.64
test_pthread_proxying
Method · 0.64
test_pthread_proxying_cpp
Method · 0.64
test_pthread_thread_local_storage
Method · 0.64
test_dylink_load_compiled_side_module
Method · 0.64