MCPcopy
hub / github.com/ampproject/amphtml / generateSerializedAttributesA4A

Function generateSerializedAttributesA4A

test/unit/test-amp-context.js:433–435  ·  view source on GitHub ↗
(opt_sentinel)

Source from the content-addressed store, hash-verified

431}
432
433function generateSerializedAttributesA4A(opt_sentinel) {
434 return JSON.stringify(generateAttributesA4A(opt_sentinel));
435}
436
437function generateAttributesA4A(opt_sentinel) {
438 const attributes = {};

Callers 1

Calls 2

generateAttributesA4AFunction · 0.85
stringifyMethod · 0.80

Tested by

no test coverage detected