MCPcopy 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
24function warn(tag, message) {
25 warnings.push(`[${tag}] ${message}`);
26}
27
28if (!Array.isArray(data)) {
29 fail("schema", "manifest root must be an array");

Callers 1

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected