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

Function genTernaryExp

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

Source from the content-addressed store, hash-verified

8591
8592 // v-if with v-once should generate code like (a)?_m(0):_m(1)
8593 function genTernaryExp (el) {
8594 return el.once ? genOnce(el) : genElement(el)
8595 }
8596}
8597
8598function genFor (el) {

Callers 1

genIfConditionsFunction · 0.70

Calls 2

genOnceFunction · 0.70
genElementFunction · 0.70

Tested by

no test coverage detected