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

Method getLastDequeueTime

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

* Last time a task was dequeued. * @return {!time}

()

Source from the content-addressed store, hash-verified

59 * @return {!time}
60 */
61 getLastDequeueTime() {
62 return this.lastDequeueTime_;
63 }
64
65 /**
66 * Returns the task with the specified ID or null.

Callers 3

test-task-queue.jsFile · 0.80
isIdle_Method · 0.80
work_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected