| 77 | |
| 78 | // common used case |
| 79 | interface CommonState { |
| 80 | xxx: string |
| 81 | yyy: number |
| 82 | } |
| 83 | |
| 84 | interface CommonActionParams { |
| 85 | setState: Partial<CommonState> | ProduceFunc<Partial<CommonState>> |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…