MCPcopy
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
753func (hb *hbMonitor) Stop() {
754 hb.Lock()
755 hb.timer.Stop()
756 hb.Unlock()
757}
758
759func (hb *hbMonitor) Reset(dur time.Duration) {
760 hb.Lock()

Callers

nothing calls this directly

Calls 1

StopMethod · 0.65

Tested by

no test coverage detected