(data, fn, thisArg, ...args)
| 246 | publish() {} |
| 247 | |
| 248 | runStores(data, fn, thisArg, ...args) { |
| 249 | return ReflectApply(fn, thisArg, args); |
| 250 | } |
| 251 | |
| 252 | withStoreScope() { |
| 253 | // Return no-op disposable for inactive channels |
no outgoing calls
no test coverage detected