MCPcopy Index your code
hub / github.com/codebymitch/TitanBot / buildQuotedBlock

Function buildQuotedBlock

src/utils/logEmbeds.js:22–24  ·  view source on GitHub ↗
(lines)

Source from the content-addressed store, hash-verified

20}
21
22export function buildQuotedBlock(lines) {
23 return lines.map((line) => `> ${line}`).join('\n');
24}
25
26export function buildLogDescription({ headline, lines = [], quoted = false, meta = [] } = {}) {
27 const parts = [];

Callers 1

buildLogDescriptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected