()
| 151 | } |
| 152 | |
| 153 | func (l *LocalNodeImpl) SecondsSinceNodeStatsUpdate() float64 { |
| 154 | l.lock.RLock() |
| 155 | defer l.lock.RUnlock() |
| 156 | |
| 157 | return time.Since(time.Unix(l.node.Stats.UpdatedAt, 0)).Seconds() |
| 158 | } |
nothing calls this directly
no outgoing calls
no test coverage detected