Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alignoth/alignoth
/ warn
Function
warn
resources/vega.min.js:109–111 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
107
return
(r >= v && n(e ||
"error"
,
"ERROR"
, arguments), this);
108
},
109
warn() {
110
return
(r >= _ && n(e ||
"warn"
,
"WARN"
, arguments), this);
111
},
112
info() {
113
return
(r >= x && n(e ||
"log"
,
"INFO"
, arguments), this);
114
},
Callers
nothing calls this directly
Calls
1
n
Function · 0.70
Tested by
no test coverage detected