MCPcopy
hub / github.com/GoogleChrome/workbox / get

Function get

infra/testing/server/template-data.js:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18};
19
20const get = () => {
21 return Object.assign({}, global.__templateData);
22};
23
24const assign = (newData) => {
25 Object.assign(global.__templateData, newData);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected