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

Method startTag

validator/js/engine/htmlparser_test.js:54–59  ·  view source on GitHub ↗

@override

(tag)

Source from the content-addressed store, hash-verified

52
53 /** @override */
54 startTag(tag) {
55 tag.dedupeAttrs();
56 this.log.push(
57 'startTag(' + tag.upperName() + ',' + this.attrsToString(tag.attrs()) +
58 ')');
59 }
60
61 /** @override */
62 endTag(tag) {

Callers

nothing calls this directly

Calls 5

attrsToStringMethod · 0.95
dedupeAttrsMethod · 0.80
upperNameMethod · 0.80
attrsMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected