Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4316
var
isReservedTag =
function
(tag) {
4317
return
isHTMLTag(tag) || isSVG(tag)
4318
};
4319
4320
function
getTagNamespace (tag) {
4321
if
(isSVG(tag)) {
Callers
1
isUnknownElement
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected