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

Function walkThroughConditionsBlocks

static/vuejs/vue.js:8309–8313  ·  view source on GitHub ↗
(conditionBlocks, isInFor)

Source from the content-addressed store, hash-verified

8307}
8308
8309function walkThroughConditionsBlocks (conditionBlocks, isInFor) {
8310 for (var i = 1, len = conditionBlocks.length; i < len; i++) {
8311 markStaticRoots(conditionBlocks[i].block, isInFor);
8312 }
8313}
8314
8315function isStatic (node) {
8316 if (node.type === 2) { // expression

Callers 1

markStaticRootsFunction · 0.70

Calls 1

markStaticRootsFunction · 0.70

Tested by

no test coverage detected