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

Method Context

agent/agentssh/agentssh.go:717–717  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

715type ptySession interface {
716 io.ReadWriter
717 Context() ssh.Context
718 DisablePTYEmulation()
719 RawCommand() string
720 Signals(chan<- ssh.Signal)

Callers 15

postUserSecretMethod · 0.65
getUserSecretsMethod · 0.65
getUserSecretMethod · 0.65
patchUserSecretMethod · 0.65
deleteUserSecretMethod · 0.65
TestExternalAuthByIDFunction · 0.65
TestExternalAuthDeviceFunction · 0.65
TestExternalAuthCallbackFunction · 0.65
provisionerDaemonsMethod · 0.65
singleSlashMWFunction · 0.65
externalAuthByIDMethod · 0.65

Implementers 1

testSessionagent/agentssh/agentssh_internal_test.

Calls

no outgoing calls