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

Method endTag

validator/js/engine/htmlparser_test.js:62–64  ·  view source on GitHub ↗

@override

(tag)

Source from the content-addressed store, hash-verified

60
61 /** @override */
62 endTag(tag) {
63 this.log.push('endTag(' + tag.upperName() + ')');
64 }
65
66 /** @override */
67 effectiveBodyTag(attrs) {

Callers

nothing calls this directly

Calls 2

upperNameMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected