Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ContainerSSH/ContainerSSH
/ Read
Method
Read
internal/sshserver/handler.go:209–209 ·
view source on GitHub ↗
([]byte)
Source
from the content-addressed store, hash-verified
207
// ForwardChannel represents a network forwarding channel
208
type
ForwardChannel
interface
{
209
Read([]byte) (int, error)
210
211
Write([]byte) (int, error)
212
Callers
14
AssertStdoutHas
Method · 0.65
Read
Method · 0.65
TestConnectionSetup
Function · 0.65
setupAgent
Method · 0.65
Read
Method · 0.65
read
Function · 0.65
OnShell
Method · 0.65
readCommand
Method · 0.65
Read
Method · 0.65
newConnectionID
Function · 0.65
Read
Method · 0.65
Read
Method · 0.65
Implementers
4
Connection
agentprotocol/server.go
syncContextPipe
internal/sshserver/syncContextPipe.go
testClientSessionImpl
internal/sshserver/testClientSessionIm
interceptingReadWriteCloser
internal/auditlog/intercept.go
Calls
no outgoing calls
Tested by
5
AssertStdoutHas
Method · 0.52
TestConnectionSetup
Function · 0.52
read
Function · 0.52
OnShell
Method · 0.52
newConnectionID
Function · 0.52