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

Method Signals

agent/agentssh/agentssh.go:720–720  ·  view source on GitHub ↗
(chan<- ssh.Signal)

Source from the content-addressed store, hash-verified

718 DisablePTYEmulation()
719 RawCommand() string
720 Signals(chan<- ssh.Signal)
721}
722
723func (s *Server) startPTYSession(logger slog.Logger, session ptySession, magicTypeLabel string, cmd *pty.Cmd, sshPty ssh.Pty, windowSize <-chan ssh.Window) (retErr error) {

Callers 2

startNonPTYSessionMethod · 0.65
startPTYSessionMethod · 0.65

Implementers 1

testSessionagent/agentssh/agentssh_internal_test.

Calls

no outgoing calls

Tested by

no test coverage detected