Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ wipe
Function
wipe
test/test_sanity.py:59–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
58
# wipe the config and sanity files, creating a blank slate
59
def
wipe():
60
delete_file(EM_CONFIG)
61
delete_file(SANITY_FILE)
62
63
64
def
add_to_config(content):
Callers
2
setUp
Method · 0.85
test_em_config_env_var
Method · 0.85
Calls
1
delete_file
Function · 0.90
Tested by
no test coverage detected