MCPcopy
hub / github.com/fanmingming/live / isReservedTag

Function isReservedTag

m3u8/vue.js:5607–5609  ·  view source on GitHub ↗
(tag)

Source from the content-addressed store, hash-verified

5605 var isPreTag = function (tag) { return tag === 'pre'; };
5606
5607 var isReservedTag = function (tag) {
5608 return isHTMLTag(tag) || isSVG(tag)
5609 };
5610
5611 function getTagNamespace (tag) {
5612 if (isSVG(tag)) {

Callers 3

isUnknownElementFunction · 0.85
parseFunction · 0.85
CodegenStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected