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

Method Close

agent/reconnectingpty/reconnectingpty.go:116–116  ·  view source on GitHub ↗

Close kills the reconnecting pty process.

(err error)

Source from the content-addressed store, hash-verified

114 Wait()
115 // Close kills the reconnecting pty process.
116 Close(err error)
117}
118
119// New sets up a new reconnecting pty that wraps the provided command. Any

Callers 5

handleConnMethod · 0.95
ServeMethod · 0.65
AttachMethod · 0.65
doAttachMethod · 0.65
lifecycleMethod · 0.65

Implementers 2

screenReconnectingPTYagent/reconnectingpty/screen.go
bufferedReconnectingPTYagent/reconnectingpty/buffered.go

Calls

no outgoing calls

Tested by

no test coverage detected