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

Method processOK

nats.go:4042–4044  ·  view source on GitHub ↗

processOK is a placeholder for processing OK messages.

()

Source from the content-addressed store, hash-verified

4040
4041// processOK is a placeholder for processing OK messages.
4042func (nc *Conn) processOK() {
4043 // do nothing
4044}
4045
4046// processInfo is used to parse the info messages sent
4047// from the server.

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected