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

Function keyName

packages/effect/src/internal/configProvider.ts:703–706  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

701}
702
703const keyName = (name: string): KeyComponent => ({
704 _tag: "KeyName",
705 name
706})
707
708const keyIndex = (index: number): KeyComponent => ({
709 _tag: "KeyIndex",

Callers 1

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