| 185 | } |
| 186 | |
| 187 | void Map::SetInitKFid(long unsigned int initKFif) |
| 188 | { |
| 189 | unique_lock<mutex> lock(mMutexMap); |
| 190 | mnInitKFid = initKFif; |
| 191 | } |
| 192 | |
| 193 | long unsigned int Map::GetMaxKFid() |
| 194 | { |
nothing calls this directly
no outgoing calls
no test coverage detected