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

Function warn

tools/diagnostics.py:53–54  ·  view source on GitHub ↗
(msg, *args)

Source from the content-addressed store, hash-verified

51
52
53def warn(msg, *args):
54 diag(WARN, msg, *args)
55
56
57class WarningManager:

Callers 1

warningMethod · 0.70

Calls 1

diagFunction · 0.85

Tested by

no test coverage detected