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

Function afterWrite

frontend/public/swagger-ui-bundle.js:6372–6380  ·  view source on GitHub ↗
(s, o, i, a)

Source from the content-addressed store, hash-verified

6370 (o.sync = !1))
6371 }
6372 function afterWrite(s, o, i, a) {
6373 ;(i ||
6374 (function onwriteDrain(s, o) {
6375 0 === o.length && o.needDrain && ((o.needDrain = !1), s.emit('drain'))
6376 })(s, o),
6377 o.pendingcb--,
6378 a(),
6379 finishMaybe(s, o))
6380 }
6381 function clearBuffer(s, o) {
6382 o.bufferProcessing = !0
6383 var i = o.bufferedRequest

Callers 1

WritableStateFunction · 0.85

Calls 2

finishMaybeFunction · 0.85
aFunction · 0.70

Tested by

no test coverage detected