Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/witheve/Eve
/ collectEntities
Function
collectEntities
test/shared_functions.ts:75–80 ·
view source on GitHub ↗
(eavs, index = {})
Source
from the content-addressed store, hash-verified
73
}
74
75
function
collectEntities(eavs, index = {}) {
76
for
(
let
[e] of eavs) {
77
index[e] = true;
78
}
79
return
index;
80
}
81
82
enum Resolution {
83
unknown,
Callers
1
verify
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected