Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clientdb/clientdb
/ remove
Function
remove
core/entity.ts:130–132 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
128
client,
129
cleanup: cleanupObject,
130
remove() {
131
client.remove(entityMethods.getId());
132
},
133
isRemoved() {
134
return
!store.findById(entityMethods.getId());
135
},
Callers
nothing calls this directly
Calls
1
remove
Method · 0.65
Tested by
no test coverage detected