MCPcopy Index your code
hub / github.com/ampproject/amphtml / getSize

Method getSize

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

* Size of the queue. * @return {number}

()

Source from the content-addressed store, hash-verified

43 * @return {number}
44 */
45 getSize() {
46 return this.tasks_.length;
47 }
48
49 /**
50 * Last time a task was enqueued.

Callers 15

setupCameraForObject_Method · 0.45
test-task-queue.jsFile · 0.45
test-viewport.jsFile · 0.45
test-resources.jsFile · 0.45
testPositionCallbackFunction · 0.45
centerDistFunction · 0.45
doPassMethod · 0.45
isIdle_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected