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

Method WritablePathForFile

libs/platform/platform.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116std::string Platform::WritablePathForFile(std::string const & file) const
117{
118 return base::JoinPath(WritableDir(), file);
119}
120
121std::string Platform::ReadPathForFile(std::string const & file, std::string searchScope) const
122{

Callers 6

KMLFileGuardMethod · 0.80
UNIT_TESTFunction · 0.80
MakeNotesMethod · 0.80
GetEditorFilePathFunction · 0.80
UNIT_TESTFunction · 0.80
UNIT_TESTFunction · 0.80

Calls 1

JoinPathFunction · 0.85

Tested by 3

UNIT_TESTFunction · 0.64
UNIT_TESTFunction · 0.64
UNIT_TESTFunction · 0.64