Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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-position-observer.js
File · 0.45
test-task-queue.js
File · 0.45
test-viewport.js
File · 0.45
test-resources.js
File · 0.45
test-viewport-binding.js
File · 0.45
testPositionCallback
Function · 0.45
whenViewportLayoutComplete_
Method · 0.45
scrollIntoIfNotVisible_
Method · 0.45
centerDist
Function · 0.45
doPass
Method · 0.45
isIdle_
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected