MCPcopy
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

selectFunction · 0.90
findMethod · 0.45

Tested by

no test coverage detected