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

Method length

src/core/data-structures/priority-queue.js:99–101  ·  view source on GitHub ↗

* The number of items in the queue. * @return {number}

()

Source from the content-addressed store, hash-verified

97 * @return {number}
98 */
99 get length() {
100 return this.queue_.length;
101 }
102}

Callers 15

setupCameraForObject_Method · 0.80
runTestFunction · 0.80
test-shadow-amp.jsFile · 0.80
testLoadOrderFixtureFunction · 0.80
test-amp-img.jsFile · 0.80
parseMultipleActionsFunction · 0.80
parseActionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected