MCPcopy
hub / github.com/sindresorhus/got / write

Method write

source/core/index.ts:708–710  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

706 this._hasWrittenBody = true;
707
708 const write = (): void => {
709 this._writeRequest(chunk, encoding, callback);
710 };
711
712 if (this._requestInitialized) {
713 write();

Callers 15

_asyncWriteMethod · 0.80
_writeRequestMethod · 0.80
cache.tsFile · 0.80
http.tsFile · 0.80
abort.tsFile · 0.80
error.tsFile · 0.80
gzip.tsFile · 0.80
promise.tsFile · 0.80
timings.tsFile · 0.80
infiniteHandlerFunction · 0.80
stream.tsFile · 0.80

Calls 1

_writeRequestMethod · 0.95

Tested by

no test coverage detected