MCPcopy Index your code
hub / github.com/deployd/deployd / resolve

Function resolve

test-app/public/jquery.js:2193–2197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2191 markDataKey = type + "mark",
2192 tmp;
2193 function resolve() {
2194 if ( !( --count ) ) {
2195 defer.resolveWith( elements, [ elements ] );
2196 }
2197 }
2198 while( i-- ) {
2199 if (( tmp = jQuery.data( elements[ i ], deferDataKey, undefined, true ) ||
2200 ( jQuery.data( elements[ i ], queueDataKey, undefined, true ) ||

Callers 5

callbackFunction · 0.85
getConnectionFunction · 0.85
collectionFunction · 0.85
addInternalResourcesFunction · 0.85
jquery.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected