MCPcopy
hub / github.com/h2oai/wave / Ref

Interface Ref

ui/src/core.ts:383–388  ·  view source on GitHub ↗

A reference to a remote object.

Source from the content-addressed store, hash-verified

381
382/** A reference to a remote object. */
383interface Ref {
384 /** Get a reference to a sub-object. */
385 get(key: S): Ref
386 /** Assign value to key. */
387 set(key: S, value: any): void
388}
389
390/** The Wave client. */
391export interface Wave {

Callers

nothing calls this directly

Implementers 15

Sitesite.go
Cachecache.go
ListBuflistbuf.go
Curtypes.go
Authauth.go
CycBufcycbuf.go
MapBufmapbuf.go
FixBuffixbuf.go
estudio/static/monaco/base/worker/worke
Lstudio/static/monaco/editor/editor.mai
mstudio/static/monaco/editor/editor.mai
kstudio/static/monaco/editor/editor.mai

Calls

no outgoing calls

Tested by

no test coverage detected