MCPcopy Create free account
hub / github.com/apache/cloudstack / removePendingReq

Function removePendingReq

tools/ngui/static/js/lib/angular.js:9190–9193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9188
9189
9190 function removePendingReq() {
9191 var idx = indexOf($http.pendingRequests, config);
9192 if (idx !== -1) $http.pendingRequests.splice(idx, 1);
9193 }
9194 }
9195
9196

Callers

nothing calls this directly

Calls 1

indexOfFunction · 0.85

Tested by

no test coverage detected