Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MisterBooo/LeetCodeAnimation
/ fail
Function
fail
tools/scripts/validate-manifest.js:20–22 ·
view source on GitHub ↗
(tag, message)
Source
from the content-addressed store, hash-verified
18
const
warnings = [];
19
20
function
fail(tag, message) {
21
errors.push(`[${tag}] ${message}`);
22
}
23
24
function
warn(tag, message) {
25
warnings.push(`[${tag}] ${message}`);
Callers
1
validate-manifest.js
File · 0.85
Calls
1
push
Method · 0.80
Tested by
no test coverage detected