MCPcopy Create free account
hub / github.com/tinyplex/tinybase / setPartialValues

Method setPartialValues

src/@types/store/index.d.ts:562–562  ·  view source on GitHub ↗
(partialValues: Values)

Source from the content-addressed store, hash-verified

560
561 /// Store.setPartialValues
562 setPartialValues(partialValues: Values): this;
563
564 /// Store.setValue
565 setValue(valueId: Id, value: Value | MapValue): this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected