MCPcopy
hub / github.com/Eugeny/tabby / read

Method read

tabby-ssh/src/session/sftp.ts:25–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 ) { }
24
25 async read (): Promise<Uint8Array> {
26 if (!this.inner) {
27 return Promise.resolve(new Uint8Array(0))
28 }
29 return this.inner.read(256 * 1024)
30 }
31
32 async write (chunk: Uint8Array): Promise<void> {
33 if (!this.inner) {

Callers 7

IOAPICFunction · 0.45
v86_all.jsFile · 0.45
bFunction · 0.45
startMethod · 0.45
sendFileMethod · 0.45
uploadMethod · 0.45
downloadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected