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

Method whenFirstPass

src/service/resources-impl.js:1631–1633  ·  view source on GitHub ↗

* @return {!Promise} when first pass executed.

()

Source from the content-addressed store, hash-verified

1629 * @return {!Promise} when first pass executed.
1630 */
1631 whenFirstPass() {
1632 return this.firstPassDone_.promise;
1633 }
1634
1635 /**
1636 * Calls iterator on each sub-resource

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected