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

Method remove

tools/ports/__init__.py:481–482  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

479 self.dict[item] = True
480
481 def remove(self, item):
482 del self.dict[item]
483
484
485def dependency_order(port_list):

Callers 15

mainFunction · 0.45
phase_linker_setupFunction · 0.45
eval_ctorsFunction · 0.45
mainFunction · 0.45
delete_fileFunction · 0.45
_releaseMethod · 0.45
_releaseMethod · 0.45
copy_emscriptenFunction · 0.45
get_filesMethod · 0.45
finalize_wasmFunction · 0.45
load_external_portFunction · 0.45

Calls

no outgoing calls

Tested by 15

luaMethod · 0.36
test_zzz_zlibMethod · 0.36
test_zzz_bulletMethod · 0.36
test_emcc_cache_flagMethod · 0.36
run_codesize_testMethod · 0.36
test_l_linkMethod · 0.36
test_redundant_linkMethod · 0.36
test_on_abortMethod · 0.36