MCPcopy Create free account
hub / github.com/comaps/comaps / GetVersion

Method GetVersion

libs/indexer/data_source.cpp:128–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128int64_t FeaturesLoaderGuard::GetVersion() const
129{
130 ASSERT(m_handle.IsAlive(), ());
131 return m_handle.GetInfo()->GetVersion();
132}
133
134bool FeaturesLoaderGuard::IsWorld() const
135{

Callers 4

DebugPrintFunction · 0.45
RegisterMethod · 0.45
GetMwmVersionMethod · 0.45
TestTableFunction · 0.45

Calls 3

ASSERTFunction · 0.85
IsAliveMethod · 0.45
GetInfoMethod · 0.45

Tested by 1

TestTableFunction · 0.36