MCPcopy Index your code
hub / github.com/sql-js/sql.js / resolve

Function resolve

documentation/javascript/application.js:2870–2874  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2868 elements = this,
2869 i = this.length,
2870 resolve = function() {
2871 if ( !( --count ) ) {
2872 defer.resolveWith( elements, [ elements ] );
2873 }
2874 };
2875
2876 if ( typeof type !== "string" ) {
2877 obj = type;

Callers 1

application.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…