Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clientdb/clientdb
/ updateSelf
Function
updateSelf
core/entity.ts:110–112 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
108
const
viewLinker: EntityViewLinker<D> = {
109
db,
110
updateSelf(data) {
111
return
entity.update(data) as EntityUpdatedEvent<D, unknown>;
112
},
113
cleanup: cleanupObject,
114
};
115
Callers
nothing calls this directly
Calls
1
update
Method · 0.65
Tested by
no test coverage detected