Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
def
warn(msg, *args):
54
diag(WARN, msg, *args)
55
56
57
class
WarningManager:
Callers
1
warning
Method · 0.70
Calls
1
diag
Function · 0.85
Tested by
no test coverage detected