MCPcopy
hub / github.com/microsoft/SandDance / resultFunction

Function resultFunction

docs/app/js/sanddance-app.js:20878–20883  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 /**

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected