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

Function generateSerializedAttributes

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

Source from the content-addressed store, hash-verified

408}
409
410function generateSerializedAttributes(opt_sentinel) {
411 return JSON.stringify(generateAttributes(opt_sentinel));
412}
413
414function generateAttributes(opt_sentinel) {
415 const name = {};

Callers 1

Calls 2

generateAttributesFunction · 0.85
stringifyMethod · 0.80

Tested by

no test coverage detected