()
| 300 | * Called by source producers (that is, not computeds) whenever their values change. |
| 301 | */ |
| 302 | export function producerIncrementEpoch(): void { |
| 303 | epoch++; |
| 304 | } |
| 305 | |
| 306 | /** |
| 307 | * Ensure this producer's `version` is up-to-date. |
no outgoing calls
no test coverage detected