MCPcopy
hub / github.com/Effect-TS/effect / isReference

Function isReference

packages/effect/src/internal/context.ts:198–198  ·  view source on GitHub ↗
(u: unknown)

Source from the content-addressed store, hash-verified

196
197/** @internal */
198export const isReference = (u: unknown): u is C.Reference<any, any> => hasProperty(u, ReferenceTypeId)
199
200const _empty = makeContext(new Map())
201

Callers 1

context.tsFile · 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…