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

Method GetCount

libs/drape/binding_info.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57uint8_t BindingInfo::GetCount() const
58{
59 return static_cast<uint8_t>((m_info & 0xFF00) >> 8);
60}
61
62uint8_t BindingInfo::GetID() const
63{

Callers 8

IntersectionLenFunction · 0.45
BuildSearchResultsFunction · 0.45
BindBuffersMethod · 0.45
GetPipelineMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected