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

Function genStatic

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

Source from the content-addressed store, hash-verified

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

Callers 2

genElementFunction · 0.70
genOnceFunction · 0.70

Calls 1

genElementFunction · 0.70

Tested by

no test coverage detected