()
| 64 | } |
| 65 | |
| 66 | drawFrame() { |
| 67 | const nextState = update(this.state, this.pendingUpdateFn); |
| 68 | this.setState(nextState); |
| 69 | |
| 70 | this.pendingUpdateFn = null; |
| 71 | this.requestedFrame = null; |
| 72 | } |
| 73 | |
| 74 | render() { |
| 75 | const { cardsByIndex } = this.state; |
nothing calls this directly
no outgoing calls
no test coverage detected