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

Function Writable

frontend/public/swagger-ui-bundle.js:6348–6359  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

6346 (this.corkedRequestsFree = new CorkedRequest(this)))
6347 }
6348 function Writable(s) {
6349 var o = this instanceof (a = a || i(25382))
6350 if (!o && !j.call(Writable, this)) return new Writable(s)
6351 ;((this._writableState = new WritableState(s, this, o)),
6352 (this.writable = !0),
6353 s &&
6354 ('function' == typeof s.write && (this._write = s.write),
6355 'function' == typeof s.writev && (this._writev = s.writev),
6356 'function' == typeof s.destroy && (this._destroy = s.destroy),
6357 'function' == typeof s.final && (this._final = s.final)),
6358 w.call(this))
6359 }
6360 function doWrite(s, o, i, a, u, _, w) {
6361 ;((o.writelen = a),
6362 (o.writecb = w),

Callers

nothing calls this directly

Calls 1

iFunction · 0.70

Tested by

no test coverage detected