MCPcopy 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
60function warn(message) {
61 log(colors.yellow, "[WARN]", message);
62}
63
64function error(message) {
65 log(colors.red, "[ERROR]", message);

Callers 1

mainFunction · 0.85

Calls 1

logFunction · 0.70

Tested by

no test coverage detected