MCPcopy Create free account
hub / github.com/cafebazaar/blacksmith / flushApplyAsync

Function flushApplyAsync

web/static/bower_components/angular/angular.js:16378–16387  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16376 function initWatchVal() {}
16377
16378 function flushApplyAsync() {
16379 while (applyAsyncQueue.length) {
16380 try {
16381 applyAsyncQueue.shift()();
16382 } catch (e) {
16383 $exceptionHandler(e);
16384 }
16385 }
16386 applyAsyncId = null;
16387 }
16388
16389 function scheduleApplyAsync() {
16390 if (applyAsyncId === null) {

Callers 1

$RootScopeProviderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected