MCPcopy Index your code
hub / github.com/microsoft/SandDance / callInvokeWithMethodAndArg

Function callInvokeWithMethodAndArg

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

Source from the content-addressed store, hash-verified

53269 var previousPromise;
53270 this._invoke = function(method, arg) {
53271 function callInvokeWithMethodAndArg() {
53272 return new PromiseImpl(function(resolve, reject) {
53273 invoke(method, arg, resolve, reject);
53274 });
53275 }
53276 return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
53277 };
53278 }

Callers 1

AsyncIteratorFunction · 0.70

Calls 1

invokeFunction · 0.70

Tested by

no test coverage detected