Method
set
* Set value and inform subscribers. * @param value to set
(this: void, value: T)
Source from the content-addressed store, hash-verified
| 38 | * @param value to set |
| 39 | */ |
| 40 | set(this: void, value: T): void; |
| 41 | |
| 42 | /** |
| 43 | * Update value using callback and inform subscribers. |
Tested by
no test coverage detected