(s)
| 31474 | ) |
| 31475 | } |
| 31476 | getStateThunks(s) { |
| 31477 | return Object.keys(this.system.statePlugins).reduce( |
| 31478 | (o, i) => ((o[i] = () => s().get(i)), o), |
| 31479 | {} |
| 31480 | ) |
| 31481 | } |
| 31482 | getFn() { |
| 31483 | return { fn: this.system.fn } |
| 31484 | } |
no test coverage detected