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

Function isHeader

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

Source from the content-addressed store, hash-verified

12
13/** @internal */
14export const isHeader = (helpDoc: HelpDoc.HelpDoc): helpDoc is HelpDoc.Header => helpDoc._tag === "Header"
15
16/** @internal */
17export const isParagraph = (helpDoc: HelpDoc.HelpDoc): helpDoc is HelpDoc.Paragraph => helpDoc._tag === "Paragraph"

Callers 1

getSpanFunction · 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…