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

Function checkInFor

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

Source from the content-addressed store, hash-verified

8154}
8155
8156function checkInFor (el) {
8157 var parent = el;
8158 while (parent) {
8159 if (parent.for !== undefined) {
8160 return true
8161 }
8162 parent = parent.parent;
8163 }
8164 return false
8165}
8166
8167function parseModifiers (name) {
8168 var match = name.match(modifierRE);

Callers 1

processRefFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected