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

Function cb

static/vuejs/vue.js:6708–6710  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6706 inserted: function inserted (el, binding, vnode) {
6707 if (vnode.tag === 'select') {
6708 var cb = function () {
6709 setSelected(el, binding, vnode.context);
6710 };
6711 cb();
6712 /* istanbul ignore if */
6713 if (isIE || isEdge) {

Callers 5

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

Calls 1

setSelectedFunction · 0.70

Tested by

no test coverage detected