golang.org/x/net/internal/timeseries.timeSeries.lastAdd (field)
6 uses
golang.org/x/net/internal/timeseries (current package)
timeseries.go#L127: lastAdd time.Time // time of last Observable tracked
timeseries.go#L157: ts.lastAdd = time.Time{}
timeseries.go#L178: if t.After(ts.lastAdd) {
timeseries.go#L179: ts.lastAdd = t
timeseries.go#L421: if srcEnd.After(ts.lastAdd) {
timeseries.go#L422: srcEnd = ts.lastAdd
![]() |
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. |