Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NervJS/nerv
/ RefObject
Interface
RefObject
packages/nerv/src/create-ref.ts:1–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
interface
RefObject<T> {
2
current?: T
3
}
4
5
export
function
createRef<T> (): RefObject<T> {
6
return
{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected