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

Function processRef

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

Source from the content-addressed store, hash-verified

7952}
7953
7954function processRef (el) {
7955 var ref = getBindingAttr(el, 'ref');
7956 if (ref) {
7957 el.ref = ref;
7958 el.refInFor = checkInFor(el);
7959 }
7960}
7961
7962function processFor (el) {
7963 var exp;

Callers 1

parseFunction · 0.70

Calls 2

getBindingAttrFunction · 0.70
checkInForFunction · 0.70

Tested by

no test coverage detected