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

Method table

out/cli.cjs:65141–65143  ·  view source on GitHub ↗
({ tableData: e3, tableOptions: r3, tableBreakpoints: n2 })

Source from the content-addressed store, hash-verified

65139 heading(e3) {
65140 return this.bold(e3);
65141 }
65142 section({ title: e3, body: r3, indentBody: n2 = 2 }) {
65143 return `${(e3 ? `${this.heading(e3)}
65144` : "") + (r3 ? this.indentText({ text: this.render(r3), spaces: n2 }) : "")}
65145`;
65146 }

Callers 1

formatMethod · 0.80

Calls 3

mDFunction · 0.85
wDFunction · 0.85
renderMethod · 0.80

Tested by

no test coverage detected