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

Function activateChunkingForTesting

src/chunk.js:119–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 * @visibleForTesting
118 */
119export function activateChunkingForTesting() {
120 deactivated = false;
121}
122
123/**
124 * Runs all currently scheduled chunks.

Callers 2

test-chunk.jsFile · 0.90
resetTestingStateFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected