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

Function getHelp

packages/cli/src/internal/primitive.ts:231–231  ·  view source on GitHub ↗
(self: Primitive.Primitive<A>)

Source from the content-addressed store, hash-verified

229
230/** @internal */
231export const getHelp = <A>(self: Primitive.Primitive<A>): Span.Span => getHelpInternal(self as Instruction)
232
233/** @internal */
234export const getTypeName = <A>(self: Primitive.Primitive<A>): string => getTypeNameInternal(self as Instruction)

Callers

nothing calls this directly

Calls 1

getHelpInternalFunction · 0.70

Tested by

no test coverage detected