Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
def
maybe_remove(filename):
72
if
os.path.exists(filename):
73
os.remove(filename)
74
75
76
def
read_file(filename):
Callers
1
generate_entry_points
Function · 0.85
Calls
2
exists
Method · 0.80
remove
Method · 0.45
Tested by
no test coverage detected