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

Interface IndexedList

src/db.ts:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50interface IndexedList<V>{[v: string]: V[]}
51export class IndexList<V> extends Index<IndexedList<V>> {
52 insert(key: string, value: V) {
53 if(!this.index[key] || this.index[key].indexOf(value) === -1) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected