Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ clear_port
Function
clear_port
embuilder.py:175–177 ·
view source on GitHub ↗
(port_name)
Source
from the content-addressed store, hash-verified
173
174
175
def
clear_port(port_name):
176
with
get_port_variant(port_name)
as
port_name:
177
ports.clear_port(port_name, settings)
178
179
180
def
build_port(port_name):
Callers
1
main
Function · 0.70
Calls
1
get_port_variant
Function · 0.85
Tested by
no test coverage detected