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

Function cb

static/vuejs/vue.runtime.esm.js:6264–6266  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6262 inserted: function inserted (el, binding, vnode) {
6263 if (vnode.tag === 'select') {
6264 var cb = function () {
6265 setSelected(el, binding, vnode.context);
6266 };
6267 cb();
6268 /* istanbul ignore if */
6269 if (isIE || isEdge) {

Callers 5

whenTransitionEndsFunction · 0.70
endFunction · 0.70
enterFunction · 0.70
performLeaveFunction · 0.70
vue.runtime.esm.jsFile · 0.70

Calls 1

setSelectedFunction · 0.70

Tested by

no test coverage detected