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

Function isReservedTag

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

Source from the content-addressed store, hash-verified

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

Callers 1

isUnknownElementFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected