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

Function processOnce

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

Source from the content-addressed store, hash-verified

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

Callers 1

parseFunction · 0.70

Calls 1

getAndRemoveAttrFunction · 0.70

Tested by

no test coverage detected