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

Function GetNameFromFullPathWithoutExt

libs/base/file_name_utils.cpp:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39string GetNameFromFullPathWithoutExt(string path)
40{
41 GetNameFromFullPath(path);
42 GetNameWithoutExt(path);
43 return path;
44}
45
46string GetDirectory(string const & name)
47{

Callers 7

ProcessNextKmlMethod · 0.85
GetFileNameForExportFunction · 0.85
BuildIndexFileFunction · 0.85
LoadBookmarkRoutineMethod · 0.85
PrepareArchivesMethod · 0.85
ParseArchiveFilenameFunction · 0.85

Calls 2

GetNameFromFullPathFunction · 0.85
GetNameWithoutExtFunction · 0.85

Tested by

no test coverage detected