MCPcopy
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

18const warnings = [];
19
20function fail(tag, message) {
21 errors.push(`[${tag}] ${message}`);
22}
23
24function warn(tag, message) {
25 warnings.push(`[${tag}] ${message}`);

Callers 1

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected