Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nats-io/nats.go
/ Stop
Method
Stop
jetstream/pull.go:753–757 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
751
}
752
753
func
(hb *hbMonitor) Stop() {
754
hb.Lock()
755
hb.timer.Stop()
756
hb.Unlock()
757
}
758
759
func
(hb *hbMonitor) Reset(dur time.Duration) {
760
hb.Lock()
Callers
nothing calls this directly
Calls
1
Stop
Method · 0.65
Tested by
no test coverage detected