Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ runChunks
Function
runChunks
test/unit/test-runtime.js:37–40 ·
view source on GitHub ↗
(elementOrAmpDoc)
Source
from the content-addressed store, hash-verified
35
let
extensionElementIndex;
36
37
function
runChunks(elementOrAmpDoc) {
38
clock.tick(1);
// for early frame
39
runChunksForTesting(elementOrAmpDoc);
40
}
41
42
beforeEach(() => {
43
win = env.win;
Callers
2
extensionRegistrationTest
Function · 0.85
test-runtime.js
File · 0.85
Calls
2
runChunksForTesting
Function · 0.90
tick
Method · 0.80
Tested by
no test coverage detected