MCPcopy Index your code
hub / github.com/TruthHun/BookStack / _enter

Function _enter

static/vuejs/vue.runtime.esm.js:6209–6213  ·  view source on GitHub ↗
(_, vnode)

Source from the content-addressed store, hash-verified

6207}
6208
6209function _enter (_, vnode) {
6210 if (!vnode.data.show) {
6211 enter(vnode);
6212 }
6213}
6214
6215var transition = inBrowser ? {
6216 create: _enter,

Callers

nothing calls this directly

Calls 1

enterFunction · 0.70

Tested by

no test coverage detected