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

Function genIf

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

Source from the content-addressed store, hash-verified

8567}
8568
8569function genIf (el) {
8570 el.ifProcessed = true; // avoid recursion
8571 return genIfConditions(el.ifConditions.slice())
8572}
8573
8574function genIfConditions (conditions) {
8575 if (!conditions.length) {

Callers 2

genElementFunction · 0.70
genOnceFunction · 0.70

Calls 1

genIfConditionsFunction · 0.70

Tested by

no test coverage detected