MCPcopy
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
208type ForwardChannel interface {
209 Read([]byte) (int, error)
210
211 Write([]byte) (int, error)
212

Callers 14

AssertStdoutHasMethod · 0.65
ReadMethod · 0.65
TestConnectionSetupFunction · 0.65
setupAgentMethod · 0.65
ReadMethod · 0.65
readFunction · 0.65
OnShellMethod · 0.65
readCommandMethod · 0.65
ReadMethod · 0.65
newConnectionIDFunction · 0.65
ReadMethod · 0.65
ReadMethod · 0.65

Implementers 4

Connectionagentprotocol/server.go
syncContextPipeinternal/sshserver/syncContextPipe.go
testClientSessionImplinternal/sshserver/testClientSessionIm
interceptingReadWriteCloserinternal/auditlog/intercept.go

Calls

no outgoing calls

Tested by 5

AssertStdoutHasMethod · 0.52
TestConnectionSetupFunction · 0.52
readFunction · 0.52
OnShellMethod · 0.52
newConnectionIDFunction · 0.52