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

Method toValues

src/runtime/indexes.ts:266–273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264 }
265
266 toValues() {
267 let values = [];
268 for(let key of Object.keys(this.index)) {
269 let value: any = this.index[key];
270 values.push(value.value || value);
271 }
272 return values;
273 }
274
275 lookup(a,b?,c?,d?,e?,f?,g?,h?,i?,j?) {
276 let child = this.index[a];

Callers 10

findCardinalityFunction · 0.80
findValueFunction · 0.80
nodeIdToRecordFunction · 0.80
findRecordsFromTokenFunction · 0.80
findSourceFunction · 0.80
findRelatedFunction · 0.80
findAffectorFunction · 0.80
findFailureFunction · 0.80
findRootDrawersFunction · 0.80
findMaybeDrawersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected