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

Function processPre

static/vuejs/vue.common.js:7928–7932  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

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

Callers 1

parseFunction · 0.70

Calls 1

getAndRemoveAttrFunction · 0.70

Tested by

no test coverage detected