MCPcopy
hub / github.com/witheve/Eve / storeObject

Method storeObject

src/runtime/changes.ts:298–300  ·  view source on GitHub ↗
(id: string, object: any, node: string, scope: string)

Source from the content-addressed store, hash-verified

296 }
297
298 storeObject(id: string, object: any, node: string, scope: string) {
299 this._storeObject("store", id, object, node, scope);
300 }
301
302 unstoreObject(id: string, object: any, node: string, scope: string) {
303 this._storeObject("unstore", id, object, node, scope);

Callers 1

doQueryFunction · 0.80

Calls 1

_storeObjectMethod · 0.95

Tested by

no test coverage detected