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

Function maybe_remove

tools/maint/create_entry_points.py:71–73  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

69
70
71def maybe_remove(filename):
72 if os.path.exists(filename):
73 os.remove(filename)
74
75
76def read_file(filename):

Callers 1

generate_entry_pointsFunction · 0.85

Calls 2

existsMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected