Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
upperName
Method · 0.80
push
Method · 0.45
Tested by
no test coverage detected