MCPcopy Create free account
hub / github.com/sql-js/sql.js / next

Function next

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

Source from the content-addressed store, hash-verified

2772 fn = queue.shift(),
2773 hooks = jQuery._queueHooks( elem, type ),
2774 next = function() {
2775 jQuery.dequeue( elem, type );
2776 };
2777
2778 // If the fx queue is dequeued, always remove the progress sentinel
2779 if ( fn === "inprogress" ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…