MCPcopy Create free account
hub / github.com/DragonJoker/RenderGraph / getPath

Function getPath

test/BaseTest.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169#endif
170
171 std::string getPath( std::string_view path )
172 {
173 return std::string{ path.substr( 0, path.find_last_of( PathSeparator ) ) };
174 }
175
176 std::string findMissing( StringArray const & lhsLines
177 , StringArray const & rhsLines

Callers 1

getExecutableDirectoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected