Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4310
var
isReservedTag =
function
(tag) {
4311
return
isHTMLTag(tag) || isSVG(tag)
4312
};
4313
4314
function
getTagNamespace (tag) {
4315
if
(isSVG(tag)) {
Callers
1
isUnknownElement
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected