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

Function isRemoved

core/entity.ts:133–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131 client.remove(entityMethods.getId());
132 },
133 isRemoved() {
134 return !store.findById(entityMethods.getId());
135 },
136 getId() {
137 return `${entity[config.idField!]}`;
138 },

Callers

nothing calls this directly

Calls 1

findByIdMethod · 0.80

Tested by

no test coverage detected