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

Function checkInFor

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

Source from the content-addressed store, hash-verified

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

Callers 1

processRefFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected