Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Disarm
Method
Disarm
coderd/x/chatd/chatloop/chatloop.go:851–856 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
849
}
850
851
func
(g *streamSilenceGuard) Disarm() {
852
if
!g.settle() {
853
return
854
}
855
g.timer.Stop()
856
}
857
858
func
classifyStreamSilenceTimeout(
859
attemptCtx context.Context,
Callers
3
guardedStream
Function · 0.80
TestStreamSilenceGuard_DisarmAndFireRace
Function · 0.80
TestStreamSilenceGuard_DisarmPreservesPermanentError
Function · 0.80
Calls
2
settle
Method · 0.95
Stop
Method · 0.65
Tested by
2
TestStreamSilenceGuard_DisarmAndFireRace
Function · 0.64
TestStreamSilenceGuard_DisarmPreservesPermanentError
Function · 0.64