MCPcopy
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
75function collectEntities(eavs, index = {}) {
76 for(let [e] of eavs) {
77 index[e] = true;
78 }
79 return index;
80}
81
82enum Resolution {
83 unknown,

Callers 1

verifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected