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

Method clear

test/common.py:1248–1251  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1246 make, make_args, cache_name, env_init=env_init, native=native)
1247
1248 def clear(self):
1249 force_delete_contents(self.get_dir())
1250 if shared.EMSCRIPTEN_TEMP_DIR:
1251 utils.delete_contents(shared.EMSCRIPTEN_TEMP_DIR)
1252
1253 def run_process(self, cmd, check=True, **kwargs):
1254 # Wrapper around utils.run_process. This is desirable so that the tests

Callers 15

phase_linker_setupFunction · 0.45
copy_emscriptenFunction · 0.45
parse_argsFunction · 0.45
__init__Method · 0.45
limit_settingsMethod · 0.45
addFunction · 0.45
clear_project_buildMethod · 0.45
clear_portFunction · 0.45
mainFunction · 0.45
test_emcc_cachingMethod · 0.45
test_emcc_basicsMethod · 0.45
test_emcc_2Method · 0.45

Calls 2

get_dirMethod · 0.95
force_delete_contentsFunction · 0.85

Tested by 15

mainFunction · 0.36
test_emcc_cachingMethod · 0.36
test_emcc_basicsMethod · 0.36
test_emcc_2Method · 0.36
test_emcc_3Method · 0.36
test_multiple_sourcesMethod · 0.36
test_odd_suffixesMethod · 0.36
test_oz_sizeMethod · 0.36
test_bad_exportMethod · 0.36
testMethod · 0.36