Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ Ref
Interface
Ref
packages/platform/src/OpenApiJsonSchema.ts:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
* @since 1.0.0
83
*/
84
export
interface
Ref extends Annotations {
85
$ref: string
86
nullable?: boolean
87
}
88
89
/**
90
* @category model
Callers
nothing calls this directly
Implementers
13
ServerRequestImpl
packages/platform-node/src/internal/ht
ServerRequestImpl
packages/platform/src/internal/httpSer
ServerRequestImpl
packages/platform-bun/src/internal/htt
RefImpl
packages/effect/src/internal/ref.ts
SubscriptionRefImpl
packages/effect/src/internal/subscript
TSubscriptionRefImpl
packages/effect/src/internal/stm/tSubs
TRefImpl
packages/effect/src/internal/stm/tRef.
SynchronizedImpl
packages/effect/src/internal/effect/ci
EmptyNode
packages/effect/src/internal/hashMap/n
LeafNode
packages/effect/src/internal/hashMap/n
CollisionNode
packages/effect/src/internal/hashMap/n
IndexedNode
packages/effect/src/internal/hashMap/n
Calls
no outgoing calls
Tested by
no test coverage detected