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

Function isReservedTag

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

Source from the content-addressed store, hash-verified

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

Callers 1

isUnknownElementFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected