MCPcopy
hub / github.com/Done-0/fuck-u-code / BlockLineResult

Interface BlockLineResult

src/utils/markdown.ts:246–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246interface BlockLineResult {
247 text: string;
248 hangingIndent: number;
249}
250
251/** Render a single non-code, non-table line with block-level detection */
252function renderBlockLine(line: string, contentWidth: number): BlockLineResult {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected