MCPcopy
hub / github.com/ampproject/amphtml / forEach

Method forEach

src/service/task-queue.js:126–128  ·  view source on GitHub ↗

* Iterates over all tasks in queue in the insertion order. * @param {function(!TaskDef)} callback

(callback)

Source from the content-addressed store, hash-verified

124 * @param {function(!TaskDef)} callback
125 */
126 forEach(callback) {
127 this.tasks_.forEach(callback);
128 }
129
130 /**
131 * Removes the task and returns "true" if dequeueing is successful. Otherwise

Callers 15

getExperimentGlobalsFunction · 0.45
experiments.jsFile · 0.45
buildFunction · 0.45
updateFunction · 0.45
closePopupFunction · 0.45
createIncidentFunction · 0.45
updateIncidentFunction · 0.45
checkPropsFunction · 0.45
FunctionDeclarationFunction · 0.45
processMapsFunction · 0.45
fixFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected