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

Function endPre

static/vuejs/vue.js:7719–7727  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

7717 }
7718
7719 function endPre (element) {
7720 // check pre state
7721 if (element.pre) {
7722 inVPre = false;
7723 }
7724 if (platformIsPreTag(element.tag)) {
7725 inPre = false;
7726 }
7727 }
7728
7729 parseHTML(template, {
7730 warn: warn$2,

Callers 1

parseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected