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

Method setValue

src/@types/store/index.d.ts:565–565  ·  view source on GitHub ↗
(valueId: Id, value: Value | MapValue)

Source from the content-addressed store, hash-verified

563
564 /// Store.setValue
565 setValue(valueId: Id, value: Value | MapValue): this;
566
567 /// Store.applyChanges
568 applyChanges(changes: Changes): this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected