MCPcopy 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
851func (g *streamSilenceGuard) Disarm() {
852 if !g.settle() {
853 return
854 }
855 g.timer.Stop()
856}
857
858func classifyStreamSilenceTimeout(
859 attemptCtx context.Context,

Calls 2

settleMethod · 0.95
StopMethod · 0.65