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

Method remove

core/store.ts:39–39  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

37
38 findById(id: string): Entity<Data, View> | null;
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;

Callers 2

removeEntityFromIndexesFunction · 0.65
removeFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected