Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/brimdata/zui
/ ref
Method
ref
apps/zui/src/domain/loads/load-context.ts:75–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
}
74
75
get ref() {
76
return
select((s) => Loads.find(s, this.id))
77
}
78
79
get signal() {
80
return
this.ctl.signal
Callers
nothing calls this directly
Calls
2
select
Function · 0.90
find
Method · 0.45
Tested by
no test coverage detected