Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ isReservedTag
Function
isReservedTag
static/vuejs/vue.common.js:4320–4322 ·
view source on GitHub ↗
(tag)
Source
from the content-addressed store, hash-verified
4318
var
isPreTag =
function
(tag) {
return
tag ===
'pre'
; };
4319
4320
var
isReservedTag =
function
(tag) {
4321
return
isHTMLTag(tag) || isSVG(tag)
4322
};
4323
4324
function
getTagNamespace (tag) {
4325
if
(isSVG(tag)) {
Callers
1
isUnknownElement
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected