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

Function isReservedTag

static/vuejs/vue.runtime.common.js:4316–4318  ·  view source on GitHub ↗
(tag)

Source from the content-addressed store, hash-verified

4314
4315
4316var isReservedTag = function (tag) {
4317 return isHTMLTag(tag) || isSVG(tag)
4318};
4319
4320function getTagNamespace (tag) {
4321 if (isSVG(tag)) {

Callers 1

isUnknownElementFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected