MCPcopy
hub / github.com/fanmingming/live / processPre

Function processPre

m3u8/vue.js:9909–9913  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

9907 }
9908
9909 function processPre (el) {
9910 if (getAndRemoveAttr(el, 'v-pre') != null) {
9911 el.pre = true;
9912 }
9913 }
9914
9915 function processRawAttrs (el) {
9916 var list = el.attrsList;

Callers 1

parseFunction · 0.85

Calls 1

getAndRemoveAttrFunction · 0.85

Tested by

no test coverage detected