Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1220
func
(c *pullConsumer) setPinID(pinID string) {
1221
c.Lock()
1222
defer
c.Unlock()
1223
c.pinID = pinID
1224
}
Callers
4
Consume
Method · 0.95
fetch
Method · 0.95
Next
Method · 0.80
handleStatusMsg
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected