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

Function error_handler

tools/ports/__init__.py:596–597  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

594def handle_use_port_arg(settings, arg, error_handler=None):
595 if not error_handler:
596 def error_handler(message):
597 handle_use_port_error(arg, message)
598 name, options = split_port_options(arg)
599 if name.endswith('.py'):
600 port_file_path = name

Callers 5

handle_port_optionsFunction · 0.85
handle_port_depsFunction · 0.85
handle_use_port_argFunction · 0.85
handle_optionsFunction · 0.85
handle_optionsFunction · 0.85

Calls 1

handle_use_port_errorFunction · 0.85

Tested by

no test coverage detected