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

Function processOnce

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

Source from the content-addressed store, hash-verified

8049}
8050
8051function processOnce (el) {
8052 var once$$1 = getAndRemoveAttr(el, 'v-once');
8053 if (once$$1 != null) {
8054 el.once = true;
8055 }
8056}
8057
8058function processSlot (el) {
8059 if (el.tag === 'slot') {

Callers 1

parseFunction · 0.70

Calls 1

getAndRemoveAttrFunction · 0.70

Tested by

no test coverage detected