MCPcopy Create free account
hub / github.com/TruthHun/BookStack / isReservedTag

Function isReservedTag

static/vuejs/vue.common.js:4320–4322  ·  view source on GitHub ↗
(tag)

Source from the content-addressed store, hash-verified

4318var isPreTag = function (tag) { return tag === 'pre'; };
4319
4320var isReservedTag = function (tag) {
4321 return isHTMLTag(tag) || isSVG(tag)
4322};
4323
4324function getTagNamespace (tag) {
4325 if (isSVG(tag)) {

Callers 1

isUnknownElementFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected