go.uber.org/atomic.Uint64.Store (method)

4 uses

	go.uber.org/atomic (current package)
		float64.go#L55: 	x.v.Store(math.Float64bits(val))
		uint64.go#L81: func (i *Uint64) Store(val uint64) {
		uint64.go#L101: 	i.Store(v)

	go.uber.org/zap/zapcore
		sampler.go#L72: 	c.counter.Store(1)