MCPcopy
hub / github.com/wavetermdev/waveterm / GetObject

Method GetObject

frontend/app/store/services.ts:91–93  ·  view source on GitHub ↗
(oref: string)

Source from the content-addressed store, hash-verified

89
90 // get wave object by oref
91 GetObject(oref: string): Promise<WaveObj> {
92 return callBackendService(this?.waveEnv, "object", "GetObject", Array.from(arguments))
93 }
94
95 // @returns objects
96 GetObjects(orefs: string[]): Promise<WaveObj[]> {

Callers 2

createNewWaveWindowFunction · 0.45
handleWSEventFunction · 0.45

Calls 1

callBackendServiceFunction · 0.70

Tested by

no test coverage detected