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

Method GetChargeSockets

libs/indexer/map_object.cpp:199–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199ChargeSocketDescriptors MapObject::GetChargeSockets() const
200{
201 auto s = std::string(m_metadata.Get(MetadataID::FMD_CHARGE_SOCKETS));
202 return ChargeSocketsHelper(s).GetSockets();
203}
204
205feature::Internet MapObject::GetInternet() const
206{

Calls 3

ChargeSocketsHelperClass · 0.85
GetSocketsMethod · 0.80
GetMethod · 0.45

Tested by

no test coverage detected