Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ampproject/amphtml
/ runSubs
Function
runSubs
test/unit/test-chunk.js:365–369 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
363
}
364
365
function
runSubs() {
366
subscriptions[
'message'
]
367
.slice()
368
.forEach((method) => method({data:
'amp-macro-task'
}));
369
}
370
371
beforeEach(() => {
372
postMessageCalls = 0;
Callers
1
test-chunk.js
File · 0.85
Calls
1
forEach
Method · 0.45
Tested by
no test coverage detected