(valueId: Id, value: Value | MapValue)
| 563 | |
| 564 | /// Store.setValue |
| 565 | setValue(valueId: Id, value: Value | MapValue): this; |
| 566 | |
| 567 | /// Store.applyChanges |
| 568 | applyChanges(changes: Changes): this; |
nothing calls this directly
no outgoing calls
no test coverage detected