Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
390
func
(s *sessionCloseTracker) Close() error {
391
s.track(1)
392
return
s.Session.Close()
393
}
394
395
func
extractContainerInfo(env []string) (container, containerUser string, filteredEnv []string) {
396
for
_, kv :=
range
env {
Callers
nothing calls this directly
Calls
2
track
Method · 0.95
Close
Method · 0.65
Tested by
no test coverage detected