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

Function genStatic

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

Source from the content-addressed store, hash-verified

8538
8539// hoist static sub-trees out
8540function genStatic (el) {
8541 el.staticProcessed = true;
8542 staticRenderFns.push(("with(this){return " + (genElement(el)) + "}"));
8543 return ("_m(" + (staticRenderFns.length - 1) + (el.staticInFor ? ',true' : '') + ")")
8544}
8545
8546// v-once
8547function genOnce (el) {

Callers 2

genElementFunction · 0.70
genOnceFunction · 0.70

Calls 1

genElementFunction · 0.70

Tested by

no test coverage detected