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

Function checkInFor

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

Source from the content-addressed store, hash-verified

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

Callers 1

processRefFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected