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

Function cb

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

Source from the content-addressed store, hash-verified

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

Callers 5

whenTransitionEndsFunction · 0.70
endFunction · 0.70
enterFunction · 0.70
performLeaveFunction · 0.70

Calls 1

setSelectedFunction · 0.70

Tested by

no test coverage detected