(id: string, newState: ActionStateUpdate)
| 179 | } |
| 180 | |
| 181 | #updateAction(id: string, newState: ActionStateUpdate) { |
| 182 | const actions = this.actions.get(); |
| 183 | |
| 184 | this.actions.setKey(id, { ...actions[id], ...newState }); |
| 185 | } |
| 186 | } |
no outgoing calls
no test coverage detected