MCPcopy Create free account
hub / github.com/coder/coder / SetValue

Method SetValue

agent/agentssh/agentssh_internal_test.go:201–203  ·  view source on GitHub ↗

SetValue allows you to easily write new values into the underlying context.

(_, _ interface{})

Source from the content-addressed store, hash-verified

199
200// SetValue allows you to easily write new values into the underlying context.
201func (testSSHContext) SetValue(_, _ interface{}) {
202 panic("not implemented")
203}
204
205func (testSSHContext) KeepAlive() *gliderssh.SessionKeepAlive {
206 panic("not implemented")

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected