MCPcopy
hub / github.com/di-sukharev/opencommit / append2

Function append2

out/cli.cjs:34330–34331  ·  view source on GitHub ↗
(str2)

Source from the content-addressed store, hash-verified

34328 pre += " ".repeat(level);
34329 let message = "";
34330 const append2 = (str2) => message += `
34331${pre}${str2}`;
34332 const len = err.issues.length;
34333 const headline = len === 1 ? `${len} issue found` : `${len} issues found`;
34334 if (len) {

Callers 2

formatZodErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…