MCPcopy Create free account
hub / github.com/Norbyte/bg3se / HasCache

Method HasCache

BG3Extender/Extender/Shared/UserVariables.h:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected