golang.org/x/net/internal/timeseries.tsLevel.newest (field)
6 uses
golang.org/x/net/internal/timeseries (current package)
timeseries.go#L90: newest int // index to newest bucketed Observable
timeseries.go#L99: l.newest = len(l.buckets) - 1
timeseries.go#L246: level.newest = level.oldest
timeseries.go#L248: ts.resetObservation(level.buckets[level.newest])
timeseries.go#L266: index := l.newest
timeseries.go#L301: index := l.newest
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |