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

Method Close

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

Source from the content-addressed store, hash-verified

388}
389
390func (s *sessionCloseTracker) Close() error {
391 s.track(1)
392 return s.Session.Close()
393}
394
395func extractContainerInfo(env []string) (container, containerUser string, filteredEnv []string) {
396 for _, kv := range env {

Callers

nothing calls this directly

Calls 2

trackMethod · 0.95
CloseMethod · 0.65

Tested by

no test coverage detected