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

Function isReservedTag

static/vuejs/vue.runtime.js:4310–4312  ·  view source on GitHub ↗
(tag)

Source from the content-addressed store, hash-verified

4308
4309
4310var isReservedTag = function (tag) {
4311 return isHTMLTag(tag) || isSVG(tag)
4312};
4313
4314function getTagNamespace (tag) {
4315 if (isSVG(tag)) {

Callers 1

isUnknownElementFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected