()
| 286 | } |
| 287 | |
| 288 | export function getActionStateCount(): number { |
| 289 | // This should be called immediately after every finishHooks call. |
| 290 | // Conceptually, it's part of the return value of finishHooks; it's only a |
| 291 | // separate function to avoid using an array tuple. |
| 292 | return actionStateCounter; |
| 293 | } |
| 294 | export function getActionStateMatchingIndex(): number { |
| 295 | // This should be called immediately after every finishHooks call. |
| 296 | // Conceptually, it's part of the return value of finishHooks; it's only a |
no outgoing calls
no test coverage detected