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

Function isPreTag

static/vuejs/vue.common.js:4318–4318  ·  view source on GitHub ↗
(tag)

Source from the content-addressed store, hash-verified

4316);
4317
4318var isPreTag = function (tag) { return tag === 'pre'; };
4319
4320var isReservedTag = function (tag) {
4321 return isHTMLTag(tag) || isSVG(tag)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected