MCPcopy Create free account
hub / github.com/clientdb/clientdb / find

Method find

core/queryIndex.ts:32–32  ·  view source on GitHub ↗
(value: IndexFindInput<D, V, K>)

Source from the content-addressed store, hash-verified

30
31export interface QueryIndex<D, V, K extends IndexableKey<D & V>> {
32 find(value: IndexFindInput<D, V, K>): Entity<D, V>[];
33 update(entity: Entity<D, V>): void;
34 remove(entity: Entity<D, V>): void;
35}

Callers 10

getContextValueFunction · 0.65
createEntityFromSchemaFunction · 0.65
getClassByIdFunction · 0.65
getClassAttributeByIdFunction · 0.65
getClassIdKeyFunction · 0.65
findEntityByNameFunction · 0.65
getIdKeyForEntityFunction · 0.65
getEntityChangeSchemaFunction · 0.65
validateEntityDataPropFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected