MCPcopy Create free account
hub / github.com/cginternals/globjects / expandPath

Method expandPath

source/globjects/source/IncludeProcessor.cpp:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242std::string IncludeProcessor::expandPath(const std::string& include, const std::string & includePath)
243{
244 return endsWith(includePath, '/') ? includePath + include : includePath + "/" + include;
245}
246
247
248} // namespace globjects

Callers

nothing calls this directly

Calls 1

endsWithFunction · 0.85

Tested by

no test coverage detected