MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / heading

Method heading

out/cli.cjs:65133–65135  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

65131 return e3;
65132 }
65133 bold(e3) {
65134 return J2 ? `\x1B[1m${e3}\x1B[22m` : e3.toLocaleUpperCase();
65135 }
65136 indentText({ text: e3, spaces: r3 }) {
65137 return e3.replace(/^/gm, " ".repeat(r3));
65138 }

Callers 1

sectionMethod · 0.80

Calls 1

boldMethod · 0.80

Tested by

no test coverage detected