Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ SlogExpectedField
Method
SlogExpectedField
codersdk/disconnect.go:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
func
(r DisconnectReason) SlogExpectedField() slog.Field {
31
return
slog.F(
"disconnect_expected"
, r.Expected())
32
}
33
34
const
(
35
// DisconnectReasonUnknown is the zero value. Use it when the disconnect
Callers
9
Serve
Method · 0.95
sessionHandler
Method · 0.95
Close
Method · 0.80
Run
Method · 0.80
runLoop
Method · 0.80
runCoordinator
Method · 0.80
runDERPMapSubscriber
Method · 0.80
Close
Method · 0.80
Accept
Method · 0.80
Calls
1
Expected
Method · 0.95
Tested by
no test coverage detected