Searched refs:pastEpochs (Results 1 – 1 of 1) sorted by relevance
229 pastEpochs []epochState member259 for i := range hc.pastEpochs {260 if hc.pastEpochs[i].epoch == epochValue {261 return &hc.pastEpochs[i], true268 if len(hc.pastEpochs) < maxEpochs {269 hc.pastEpochs = append(hc.pastEpochs, hc.epoch)271 for i := 1; i < len(hc.pastEpochs); i++ {272 hc.pastEpochs[i-1] = hc.pastEpochs[i]274 hc.pastEpochs[len(hc.pastEpochs)-1] = hc.epoch355 hc.pastEpochs = nil
Completed in 7 milliseconds