()
| 20876 | }; |
| 20877 | // eslint-disable-next-line @typescript-eslint/no-explicit-any |
| 20878 | var resultFunction = function() { |
| 20879 | var args = []; |
| 20880 | for(var _i = 0; _i < arguments.length; _i++)args[_i] = arguments[_i]; |
| 20881 | lastArgs = args; |
| 20882 | return callback(true); |
| 20883 | }; |
| 20884 | return resultFunction; |
| 20885 | }; |
| 20886 | /** |
nothing calls this directly
no test coverage detected