Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ding113/claude-code-hub
/ warn
Function
warn
scripts/validate-migrations.js:60–62 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
58
}
59
60
function
warn(message) {
61
log(colors.yellow,
"[WARN]"
, message);
62
}
63
64
function
error(message) {
65
log(colors.red,
"[ERROR]"
, message);
Callers
1
main
Function · 0.85
Calls
1
log
Function · 0.70
Tested by
no test coverage detected