Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
string GetNameFromFullPathWithoutExt(string path)
40
{
41
GetNameFromFullPath(path);
42
GetNameWithoutExt(path);
43
return path;
44
}
45
46
string GetDirectory(string const & name)
47
{
Callers
7
ProcessNextKml
Method · 0.85
GetFileNameForExport
Function · 0.85
BuildIndexFile
Function · 0.85
RecoverRecentlyDeletedCategoriesAtPaths
Method · 0.85
LoadBookmarkRoutine
Method · 0.85
PrepareArchives
Method · 0.85
ParseArchiveFilename
Function · 0.85
Calls
2
GetNameFromFullPath
Function · 0.85
GetNameWithoutExt
Function · 0.85
Tested by
no test coverage detected