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

Function processRef

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

Source from the content-addressed store, hash-verified

7956}
7957
7958function processRef (el) {
7959 var ref = getBindingAttr(el, 'ref');
7960 if (ref) {
7961 el.ref = ref;
7962 el.refInFor = checkInFor(el);
7963 }
7964}
7965
7966function processFor (el) {
7967 var exp;

Callers 1

parseFunction · 0.70

Calls 2

getBindingAttrFunction · 0.70
checkInForFunction · 0.70

Tested by

no test coverage detected