(newV float64)
| 1113 | } |
| 1114 | |
| 1115 | func (s *SgwFloatStat) Set(newV float64) { |
| 1116 | atomic.StoreUint64(&s.Val, math.Float64bits(newV)) |
| 1117 | } |
| 1118 | |
| 1119 | func (s *SgwFloatStat) SetIfMax(newV float64) { |
| 1120 | for { |
no outgoing calls
no test coverage detected