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

Method find

core/store.ts:41–41  ·  view source on GitHub ↗
(filter: FindInput<Data, View>)

Source from the content-addressed store, hash-verified

39 remove(id: string): boolean;
40 update(id: string, data: Partial<Data>): EntityUpdatedEvent<Data, View>;
41 find(filter: FindInput<Data, View>): Entity<Data, View>[];
42 findFirst(filter: FindInput<Data, View>): Entity<Data, View> | null;
43
44 readonly all: Entity<Data, View>[];

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected