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

Function exit_with_error

tools/utils.py:72–73  ·  view source on GitHub ↗
(msg, *args)

Source from the content-addressed store, hash-verified

70
71
72def exit_with_error(msg, *args):
73 diagnostics.error(msg, *args)
74
75
76def path_from_root(*pathelems):

Callers 15

mainFunction · 0.90
get_next_argFunction · 0.90
separate_linker_flagsFunction · 0.90
phase_setupFunction · 0.90
phase_compile_inputsFunction · 0.90
check_errorsFunction · 0.90
parse_paths_fileFunction · 0.90
check_argFunction · 0.90
consume_arg_fileFunction · 0.90
parse_argsFunction · 0.90
apply_user_settingsFunction · 0.90

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected