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

Function work

test/unit/test-3p.js:245–248  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

243 let done;
244 let workCalls = 0;
245 const work = (d) => {
246 workCalls++;
247 done = d;
248 };
249 let progress = '';
250 const frame = (id) => {
251 return (result) => {

Callers 2

computeInMasterFrameFunction · 0.50
test-ssp.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected