()
| 118 | } |
| 119 | |
| 120 | func (c *counterInt64) GetValue() int64 { |
| 121 | return c.value.Load() |
| 122 | } |
| 123 | |
| 124 | func (c *counterInt64) processNewState(source string, st CounterInt64State) bool { |
| 125 | // processNewState handles updates from remote sources (WatchCounterInt64, reconciliation). |