MCPcopy Index your code
hub / github.com/riverqueue/river / nextSeq

Function nextSeq

rivershared/testfactory/test_factory.go:153–155  ·  view source on GitHub ↗

nolint:gochecknoglobals

()

Source from the content-addressed store, hash-verified

151var seq int64 = 1 //nolint:gochecknoglobals
152
153func nextSeq() int {
154 return int(atomic.AddInt64(&seq, 1))
155}
156
157type QueueOpts struct {
158 Metadata []byte

Callers 1

QueueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…