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

Function processPre

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

Source from the content-addressed store, hash-verified

7924}
7925
7926function processPre (el) {
7927 if (getAndRemoveAttr(el, 'v-pre') != null) {
7928 el.pre = true;
7929 }
7930}
7931
7932function processRawAttrs (el) {
7933 var l = el.attrsList.length;

Callers 1

parseFunction · 0.70

Calls 1

getAndRemoveAttrFunction · 0.70

Tested by

no test coverage detected