MCPcopy Index your code
hub / github.com/dataease/SQLBot / callFinal

Function callFinal

frontend/public/swagger-ui-bundle.js:6420–6428  ·  view source on GitHub ↗
(s, o)

Source from the content-addressed store, hash-verified

6418 )
6419 }
6420 function callFinal(s, o) {
6421 s._final(function (i) {
6422 ;(o.pendingcb--,
6423 i && ce(s, i),
6424 (o.prefinished = !0),
6425 s.emit('prefinish'),
6426 finishMaybe(s, o))
6427 })
6428 }
6429 function finishMaybe(s, o) {
6430 var i = needFinish(o)
6431 if (

Callers

nothing calls this directly

Calls 2

finishMaybeFunction · 0.85
ceFunction · 0.50

Tested by

no test coverage detected