Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/witheve/Eve
/ unstoreObject
Method
unstoreObject
src/runtime/changes.ts:302–304 ·
view source on GitHub ↗
(id: string, object: any, node: string, scope: string)
Source
from the content-addressed store, hash-verified
300
}
301
302
unstoreObject(id: string, object: any, node: string, scope: string) {
303
this._storeObject(
"unstore"
, id, object, node, scope);
304
}
305
}
306
Callers
1
doQuery
Function · 0.80
Calls
1
_storeObject
Method · 0.95
Tested by
no test coverage detected