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

Function getTypeName

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

Source from the content-addressed store, hash-verified

232
233/** @internal */
234export const getTypeName = <A>(self: Primitive.Primitive<A>): string => getTypeNameInternal(self as Instruction)
235
236/** @internal */
237export const validate = dual<

Callers

nothing calls this directly

Calls 1

getTypeNameInternalFunction · 0.85

Tested by

no test coverage detected