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

Method getPAF

js.go:828–833  ·  view source on GitHub ↗

Lock should be held.

(id string)

Source from the content-addressed store, hash-verified

826
827// Lock should be held.
828func (js *js) getPAF(id string) *pubAckFuture {
829 if js.pafs == nil {
830 return nil
831 }
832 return js.pafs[id]
833}
834
835// clearPAF will remove a PubAckFuture that was registered.
836func (js *js) clearPAF(id string) {

Callers 1

handleAsyncReplyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected