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

Function genIf

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

Source from the content-addressed store, hash-verified

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

Callers 2

genElementFunction · 0.70
genOnceFunction · 0.70

Calls 1

genIfConditionsFunction · 0.70

Tested by

no test coverage detected