Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
IOAPIC
Function · 0.45
v86_all.js
File · 0.45
b
Function · 0.45
start
Method · 0.45
sendFile
Method · 0.45
upload
Method · 0.45
download
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected