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

Function makeMapKey

packages/effect/src/internal/cache.ts:142–142  ·  view source on GitHub ↗
(current: K)

Source from the content-addressed store, hash-verified

140
141/** @internal */
142export const makeMapKey = <K>(current: K): MapKey<K> => new MapKeyImpl(current)
143
144/** @internal */
145export const isMapKey = (u: unknown): u is MapKey<unknown> => hasProperty(u, MapKeyTypeId)

Callers 6

getOptionMethod · 0.85
getOptionCompleteMethod · 0.85
getEitherMethod · 0.85
refreshMethod · 0.85
setMethod · 0.85
lookupValueOfMethod · 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…