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

Function FilenameWithoutExt

libs/base/file_name_utils.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14string FilenameWithoutExt(string name)
15{
16 GetNameWithoutExt(name);
17 return name;
18}
19
20string GetFileExtension(string const & name)
21{

Callers 3

LoadDataSourcesFunction · 0.85
FindPageAndFillMethod · 0.85
ExportMultipleFilesFunction · 0.85

Calls 1

GetNameWithoutExtFunction · 0.85

Tested by

no test coverage detected