Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clientdb/clientdb
/ update
Function
update
core/entity.ts:146–148 ·
view source on GitHub ↗
(input)
Source
from the content-addressed store, hash-verified
144
return
pick(rawObject, definition.config.fields);
145
},
146
update(input) {
147
return
client.update(entityMethods.getId(), input);
148
},
149
};
150
151
const
entity: Entity<D, V> = extendObservable(
Callers
nothing calls this directly
Calls
1
update
Method · 0.65
Tested by
no test coverage detected