Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ isReference
Function
isReference
packages/effect/src/Context.ts:688–688 ·
view source on GitHub ↗
(u: Key<I, S>)
Source
from the content-addressed store, hash-verified
686
* @since 3.11.0
687
*/
688
export
const
isReference = <I, S>(u: Key<I, S>): u is Reference<S> => !!(u as Reference<S>)[ReferenceTypeId]
689
690
/**
691
* Returns an empty `Context`.
Callers
1
Context.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected