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

Function decorated

test/test_core.py:98–100  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

96 @wraps(func)
97 @no_sanitize('sanitizers do not support WASM_ESM_INTEGRATION')
98 def decorated(self, *args, **kwargs):
99 self.setup_esm_integration()
100 return func(self, *args, **kwargs)
101
102 return decorated
103

Callers

nothing calls this directly

Calls 10

setup_esm_integrationMethod · 0.80
get_settingMethod · 0.80
is_wasm2jsMethod · 0.80
appendMethod · 0.80
check_dylinkMethod · 0.80
lowerMethod · 0.80
is_optimizingMethod · 0.80
splitMethod · 0.80
set_settingMethod · 0.80
funcFunction · 0.50

Tested by

no test coverage detected