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

Function frame

test/unit/test-3p.js:250–254  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

248 };
249 let progress = '';
250 const frame = (id) => {
251 return (result) => {
252 progress += result + id;
253 };
254 };
255 computeInMasterFrame(slave0, taskId, work, frame('slave0'));
256 expect(workCalls).to.equal(0);
257 computeInMasterFrame(master, taskId, work, frame('master'));

Callers 1

test-3p.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected