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

Function endPre

static/vuejs/vue.common.js:7725–7733  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

7723 }
7724
7725 function endPre (element) {
7726 // check pre state
7727 if (element.pre) {
7728 inVPre = false;
7729 }
7730 if (platformIsPreTag(element.tag)) {
7731 inPre = false;
7732 }
7733 }
7734
7735 parseHTML(template, {
7736 warn: warn$2,

Callers 1

parseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected