Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/MisterBooo/LeetCodeAnimation
/ warn
Function
warn
tools/scripts/validate-manifest.js:24–26 ·
view source on GitHub ↗
(tag, message)
Source
from the content-addressed store, hash-verified
22
}
23
24
function
warn(tag, message) {
25
warnings.push(`[${tag}] ${message}`);
26
}
27
28
if
(!Array.isArray(data)) {
29
fail(
"schema"
,
"manifest root must be an array"
);
Callers
1
validate-manifest.js
File · 0.85
Calls
1
push
Method · 0.80
Tested by
no test coverage detected