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

Function processRef

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

Source from the content-addressed store, hash-verified

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

Callers 1

parseFunction · 0.70

Calls 2

getBindingAttrFunction · 0.70
checkInForFunction · 0.70

Tested by

no test coverage detected