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

Method setPinID

jetstream/pull.go:1220–1224  ·  view source on GitHub ↗
(pinID string)

Source from the content-addressed store, hash-verified

1218}
1219
1220func (c *pullConsumer) setPinID(pinID string) {
1221 c.Lock()
1222 defer c.Unlock()
1223 c.pinID = pinID
1224}

Callers 4

ConsumeMethod · 0.95
fetchMethod · 0.95
NextMethod · 0.80
handleStatusMsgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected