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

Function stopQueue

documentation/javascript/application.js:9784–9788  ·  view source on GitHub ↗
( hooks )

Source from the content-addressed store, hash-verified

9782 },
9783 stop: function( type, clearQueue, gotoEnd ) {
9784 var stopQueue = function( hooks ) {
9785 var stop = hooks.stop;
9786 delete hooks.stop;
9787 stop( gotoEnd );
9788 };
9789
9790 if ( typeof type !== "string" ) {
9791 gotoEnd = clearQueue;

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…