MCPcopy Index your code
hub / github.com/Effect-TS/effect / getSpan

Function getSpan

packages/cli/src/internal/helpDoc.ts:69–70  ·  view source on GitHub ↗
(self: HelpDoc.HelpDoc)

Source from the content-addressed store, hash-verified

67
68/** @internal */
69export const getSpan = (self: HelpDoc.HelpDoc): Span.Span =>
70 isHeader(self) || isParagraph(self) ? self.value : InternalSpan.empty
71
72/** @internal */
73export const descriptionList = (

Callers 1

Tracer.test.tsFile · 0.85

Calls 2

isHeaderFunction · 0.85
isParagraphFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…