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

Method GetInternet

libs/indexer/map_object.cpp:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205feature::Internet MapObject::GetInternet() const
206{
207 return feature::InternetFromString(m_metadata.Get(MetadataID::FMD_INTERNET));
208}
209
210vector<string> MapObject::GetCuisines() const
211{

Calls 2

InternetFromStringFunction · 0.85
GetMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.64