Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
128
int64_t FeaturesLoaderGuard::GetVersion() const
129
{
130
ASSERT(m_handle.IsAlive(), ());
131
return m_handle.GetInfo()->GetVersion();
132
}
133
134
bool FeaturesLoaderGuard::IsWorld() const
135
{
Callers
4
DebugPrint
Function · 0.45
Register
Method · 0.45
GetMwmVersion
Method · 0.45
TestTable
Function · 0.45
Calls
3
ASSERT
Function · 0.85
IsAlive
Method · 0.45
GetInfo
Method · 0.45
Tested by
1
TestTable
Function · 0.36