Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/open-code-review
/ warn
Function
warn
scripts/install.js:23–25 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
21
}
22
23
function
warn(msg) {
24
console.warn(`[WARN] ${msg}`);
25
}
26
27
function
error(msg) {
28
console.error(`[ERROR] ${msg}`);
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected