MCPcopy 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
59def wipe():
60 delete_file(EM_CONFIG)
61 delete_file(SANITY_FILE)
62
63
64def add_to_config(content):

Callers 2

setUpMethod · 0.85

Calls 1

delete_fileFunction · 0.90

Tested by

no test coverage detected