Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
rollback
Function · 0.65
remove
Function · 0.65
remove
Function · 0.65
reapplyEntityChange
Function · 0.65
undoEntityChange
Function · 0.65
updateItemIndexWithValue
Function · 0.65
removeItemFromIndex
Function · 0.65
cachedComputedWithoutArgs
Function · 0.65
dispose
Function · 0.65
observing.spec.ts
File · 0.65
misc.spec.ts
File · 0.65
eventHandlers.spec.ts
File · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected