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

Function warning

tools/diagnostics.py:137–138  ·  view source on GitHub ↗
(warning_type, message, *args)

Source from the content-addressed store, hash-verified

135
136
137def warning(warning_type, message, *args):
138 manager.warning(warning_type, message, *args)
139
140
141def capture_warnings(argv):

Callers

nothing calls this directly

Calls 1

warningMethod · 0.80

Tested by

no test coverage detected