MCPcopy
hub / github.com/nats-io/nats.go / closed

Method closed

jetstream/pull.go:1016–1020  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1014}
1015
1016func (fr *fetchResult) closed() bool {
1017 fr.Lock()
1018 defer fr.Unlock()
1019 return fr.done
1020}
1021
1022// Next is used to retrieve the next message from the stream. This
1023// method will block until the message is retrieved or timeout is

Callers 3

FetchMethod · 0.80
FetchBytesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected