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