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

Method effectiveBodyTag

validator/js/engine/htmlparser_test.js:67–69  ·  view source on GitHub ↗

@override

(attrs)

Source from the content-addressed store, hash-verified

65
66 /** @override */
67 effectiveBodyTag(attrs) {
68 this.log.push('effectiveBodyTag(' + this.attrsToString(attrs) + ')');
69 }
70
71 /**
72 * Converts a list of attributes to a comma separated string.

Callers

nothing calls this directly

Calls 2

attrsToStringMethod · 0.95
pushMethod · 0.45

Tested by

no test coverage detected