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