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

Function genIf

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

Source from the content-addressed store, hash-verified

8573}
8574
8575function genIf (el) {
8576 el.ifProcessed = true; // avoid recursion
8577 return genIfConditions(el.ifConditions.slice())
8578}
8579
8580function genIfConditions (conditions) {
8581 if (!conditions.length) {

Callers 2

genElementFunction · 0.70
genOnceFunction · 0.70

Calls 1

genIfConditionsFunction · 0.70

Tested by

no test coverage detected