getBlockEndpoints returns the value of the most recent setBlockEndpoints call.
()
| 243 | // getBlockEndpoints returns the value of the most recent setBlockEndpoints |
| 244 | // call. |
| 245 | func (u *nodeUpdater) getBlockEndpoints() bool { |
| 246 | u.L.Lock() |
| 247 | defer u.L.Unlock() |
| 248 | return u.blockEndpoints |
| 249 | } |
no test coverage detected