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

Function genStatic

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

Source from the content-addressed store, hash-verified

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

Callers 2

genElementFunction · 0.70
genOnceFunction · 0.70

Calls 1

genElementFunction · 0.70

Tested by

no test coverage detected