MCPcopy 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
175def clear_port(port_name):
176 with get_port_variant(port_name) as port_name:
177 ports.clear_port(port_name, settings)
178
179
180def build_port(port_name):

Callers 1

mainFunction · 0.70

Calls 1

get_port_variantFunction · 0.85

Tested by

no test coverage detected