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

Method GetDefaultResourceReader

libs/indexer/map_style_reader.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124ReaderPtr<Reader> StyleReader::GetDefaultResourceReader(std::string const & file) const
125{
126 return GetPlatform().GetReader(base::JoinPath("symbols/default", file));
127}
128
129StyleReader & GetStyleReader()
130{

Callers 2

LoadDataFunction · 0.80
LoadMeshFunction · 0.80

Calls 2

JoinPathFunction · 0.85
GetReaderMethod · 0.45

Tested by

no test coverage detected