MCPcopy Create free account
hub / github.com/mscdex/ssh2 / read

Method read

lib/protocol/zlib.js:237–239  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

235 }
236
237 read(data) {
238 return this._zlib.writeSync(data, false);
239 }
240}
241
242class PacketReader {

Callers

nothing calls this directly

Calls 1

writeSyncMethod · 0.80

Tested by

no test coverage detected