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

Function processPre

static/vuejs/vue.js:7922–7926  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

7920}
7921
7922function processPre (el) {
7923 if (getAndRemoveAttr(el, 'v-pre') != null) {
7924 el.pre = true;
7925 }
7926}
7927
7928function processRawAttrs (el) {
7929 var l = el.attrsList.length;

Callers 1

parseFunction · 0.70

Calls 1

getAndRemoveAttrFunction · 0.70

Tested by

no test coverage detected