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