MCPcopy Create free account
hub / github.com/effect-app/libs / isBoldOnlyLine

Function isBoldOnlyLine

repos/effect/packages/tools/jsdocs/src/Jsdocs.ts:1353–1355  ·  view source on GitHub ↗
(line: string)

Source from the content-addressed store, hash-verified

1351 )
1352 }
1353
1354 const result = { nextIndex: index, diagnostics }
1355 return match
1356 ? { ...result, example: { title: match[1].trim(), body: prose, code: joinBody(codeLines) } }
1357 : result
1358}

Callers 3

parseDescriptionContentFunction · 0.85
parseSectionFunction · 0.85
isHeadingLineFunction · 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…