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

Function processKey

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

Source from the content-addressed store, hash-verified

7942}
7943
7944function processKey (el) {
7945 var exp = getBindingAttr(el, 'key');
7946 if (exp) {
7947 if ("development" !== 'production' && el.tag === 'template') {
7948 warn$2("<template> cannot be keyed. Place the key on real elements instead.");
7949 }
7950 el.key = exp;
7951 }
7952}
7953
7954function processRef (el) {
7955 var ref = getBindingAttr(el, 'ref');

Callers 1

parseFunction · 0.70

Calls 1

getBindingAttrFunction · 0.70

Tested by

no test coverage detected