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

Method get_default_variation

tools/system_libs.py:1840–1848  ·  view source on GitHub ↗
(cls, **kwargs)

Source from the content-addressed store, hash-verified

1838
1839 @classmethod
1840 def get_default_variation(cls, **kwargs):
1841 return super().get_default_variation(
1842 malloc=settings.MALLOC,
1843 is_debug=settings.ASSERTIONS,
1844 is_tracing=settings.EMSCRIPTEN_TRACING,
1845 memvalidate='memvalidate' in settings.MALLOC,
1846 verbose='verbose' in settings.MALLOC,
1847 **kwargs,
1848 )
1849
1850 @classmethod
1851 def variations(cls):

Callers

nothing calls this directly

Calls 1

get_default_variationMethod · 0.45

Tested by

no test coverage detected