Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ Exit
Method
Exit
agent/agentssh/agentssh.go:385–388 ·
view source on GitHub ↗
(code int)
Source
from the content-addressed store, hash-verified
383
}
384
385
func
(s *sessionCloseTracker) Exit(code int) error {
386
s.track(code)
387
return
s.Session.Exit(code)
388
}
389
390
func
(s *sessionCloseTracker) Close() error {
391
s.track(1)
Callers
15
main
Function · 0.80
init
Function · 0.80
TestMain
Function · 0.80
TestMain
Function · 0.80
TestGitSSH
Function · 0.80
RunWithSubcommands
Method · 0.80
DumpHandler
Function · 0.80
SlimUnsupported
Function · 0.80
main
Function · 0.80
main
Function · 0.80
TestMain
Function · 0.80
TestMain
Function · 0.80
Calls
1
track
Method · 0.95
Tested by
10
TestMain
Function · 0.64
TestMain
Function · 0.64
TestGitSSH
Function · 0.64
TestMain
Function · 0.64
TestMain
Function · 0.64
TestMain
Function · 0.64
TestMain
Function · 0.64
TestMain
Function · 0.64
TestDevcontainerHelperProcess
Function · 0.64
TestMain
Function · 0.64