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

Function getIdentifier

packages/cli/src/internal/options.ts:451–452  ·  view source on GitHub ↗
(self: Options.Options<A>)

Source from the content-addressed store, hash-verified

449
450/** @internal */
451export const getIdentifier = <A>(self: Options.Options<A>): Option.Option<string> =>
452 getIdentifierInternal(self as Instruction)
453
454/** @internal */
455export const getMinSize = <A>(self: Options.Options<A>): number => getMinSizeInternal(self as Instruction)

Callers

nothing calls this directly

Calls 1

getIdentifierInternalFunction · 0.70

Tested by

no test coverage detected