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

Function cb

static/vuejs/vue.esm.js:6712–6714  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 5

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

Calls 1

setSelectedFunction · 0.70

Tested by

no test coverage detected