Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
410
function
generateSerializedAttributes(opt_sentinel) {
411
return
JSON.stringify(generateAttributes(opt_sentinel));
412
}
413
414
function
generateAttributes(opt_sentinel) {
415
const
name = {};
Callers
1
test-amp-context.js
File · 0.85
Calls
2
generateAttributes
Function · 0.85
stringify
Method · 0.80
Tested by
no test coverage detected