Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/witheve/Eve
/ nodeLookup
Method
nodeLookup
src/runtime/indexes.ts:199–202 ·
view source on GitHub ↗
(node?,e?,a?,v?)
Source
from the content-addressed store, hash-verified
197
}
198
199
nodeLookup(node?,e?,a?,v?) {
200
let
result = this.neavIndex.lookup(node,e,a,v);
201
return
result;
202
}
203
204
nextVersion() {
205
return
new
TripleIndex(this.version + 1, this.eavIndex, this.aveIndex);
Callers
1
tokenInfo
Function · 0.80
Calls
1
lookup
Method · 0.45
Tested by
no test coverage detected