Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tinyplex/tinybase
/ setValues
Method
setValues
src/@types/store/index.d.ts:559–559 ·
view source on GitHub ↗
(values: Values)
Source
from the content-addressed store, hash-verified
557
558
/// Store.setValues
559
setValues(values: Values): this;
560
561
/// Store.setPartialValues
562
setPartialValues(partialValues: Values): this;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected