()
| 20966 | markExecuted(Date.now()); |
| 20967 | }; |
| 20968 | var flush = function() { |
| 20969 | if (pending()) invokeFunction(Date.now()); |
| 20970 | return lastResult; |
| 20971 | }; |
| 20972 | // eslint-disable-next-line @typescript-eslint/no-explicit-any |
| 20973 | var resultFunction = function() { |
| 20974 | var args = []; |
no test coverage detected