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

Method remove

core/queryIndex.ts:34–34  ·  view source on GitHub ↗
(entity: Entity<D, V>)

Source from the content-addressed store, hash-verified

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}
36
37/**

Callers 14

rollbackFunction · 0.65
removeFunction · 0.65
removeFunction · 0.65
reapplyEntityChangeFunction · 0.65
undoEntityChangeFunction · 0.65
updateItemIndexWithValueFunction · 0.65
removeItemFromIndexFunction · 0.65
disposeFunction · 0.65
observing.spec.tsFile · 0.65
misc.spec.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected