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

Function cb

static/vuejs/vue.runtime.js:6260–6262  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 5

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

Calls 1

setSelectedFunction · 0.70

Tested by

no test coverage detected