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

Function processOnce

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

Source from the content-addressed store, hash-verified

8043}
8044
8045function processOnce (el) {
8046 var once$$1 = getAndRemoveAttr(el, 'v-once');
8047 if (once$$1 != null) {
8048 el.once = true;
8049 }
8050}
8051
8052function processSlot (el) {
8053 if (el.tag === 'slot') {

Callers 1

parseFunction · 0.70

Calls 1

getAndRemoveAttrFunction · 0.70

Tested by

no test coverage detected