| 187 | //////////////////////////////////////////////////////////////// |
| 188 | |
| 189 | const bool Learner :: IsIMLatest() |
| 190 | { |
| 191 | return (GetInstanceID() + 1) >= m_llHighestSeenInstanceID; |
| 192 | } |
| 193 | |
| 194 | const uint64_t Learner :: GetSeenLatestInstanceID() |
| 195 | { |
nothing calls this directly
no outgoing calls
no test coverage detected