* Binds the data provider function used to snapshot current state. * Called once during store initialization.
(provider: () => PersistedConsoleData)
| 205 | * Called once during store initialization. |
| 206 | */ |
| 207 | bind(provider: () => PersistedConsoleData): void { |
| 208 | this.dataProvider = provider |
| 209 | } |
| 210 | |
| 211 | /** |
| 212 | * Signals that a workflow execution has started. |
no outgoing calls
no test coverage detected