(modelName: keyof typeof Global.State)
| 320 | } |
| 321 | |
| 322 | const getState = (modelName: keyof typeof Global.State) => { |
| 323 | return Global.State[modelName] |
| 324 | } |
| 325 | |
| 326 | const getActions = ( |
| 327 | modelName: string, |
no outgoing calls
no test coverage detected
searching dependent graphs…