Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
124
ReaderPtr<Reader> StyleReader::GetDefaultResourceReader(std::string const & file) const
125
{
126
return GetPlatform().GetReader(base::JoinPath(
"symbols/default"
, file));
127
}
128
129
StyleReader & GetStyleReader()
130
{
Callers
2
LoadData
Function · 0.80
LoadMesh
Function · 0.80
Calls
2
JoinPath
Function · 0.85
GetReader
Method · 0.45
Tested by
no test coverage detected