MCPcopy Index your code
hub / github.com/coder/coder / testSession

Struct testSession

agent/agentssh/agentssh_internal_test.go:105–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105type testSession struct {
106 ctx testSSHContext
107
108 // c2p is the client -> pty buffer
109 toPty *io.PipeReader
110 // p2c is the pty -> client buffer
111 fromPty *io.PipeWriter
112}
113
114type testSSHContext struct {
115 context.Context

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected