MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / Type

Method Type

internal/sshserver/TestClientSession.go:56–56  ·  view source on GitHub ↗

Type writes to the stdin slowly with 50 ms delays

(data []byte)

Source from the content-addressed store, hash-verified

54
55 // Type writes to the stdin slowly with 50 ms delays
56 Type(data []byte) error
57
58 // Read reads from the stdout of the session.
59 Read(data []byte) (int, error)

Callers 7

LoginViaSSHMethod · 0.65
documentFunction · 0.65
resolveTypeNameFunction · 0.65
conformanceShellCommandFunction · 0.65
HostKeyAlgorithmsMethod · 0.65
LoadPrivateKeyMethod · 0.65
LoadHostKeysMethod · 0.65

Implementers 1

testClientSessionImplinternal/sshserver/testClientSessionIm

Calls

no outgoing calls

Tested by 1

LoginViaSSHMethod · 0.52