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

Function addIfCondition

static/vuejs/vue.common.js:8044–8049  ·  view source on GitHub ↗
(el, condition)

Source from the content-addressed store, hash-verified

8042}
8043
8044function addIfCondition (el, condition) {
8045 if (!el.ifConditions) {
8046 el.ifConditions = [];
8047 }
8048 el.ifConditions.push(condition);
8049}
8050
8051function processOnce (el) {
8052 var once$$1 = getAndRemoveAttr(el, 'v-once');

Callers 3

parseFunction · 0.70
processIfFunction · 0.70
processIfConditionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected