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

Function isPreTag

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

Source from the content-addressed store, hash-verified

4310);
4311
4312var isPreTag = function (tag) { return tag === 'pre'; };
4313
4314var isReservedTag = function (tag) {
4315 return isHTMLTag(tag) || isSVG(tag)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected