| 145 | } |
| 146 | |
| 147 | inline bool HasCache() const |
| 148 | { |
| 149 | return cache_ != nullptr; |
| 150 | } |
| 151 | |
| 152 | Guid EntityToGuid(EntityHandle const& entity) const; |
| 153 | EntityHandle GuidToEntity(Guid const& guid) const; |
nothing calls this directly
no outgoing calls
no test coverage detected