Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ FileNameFromFullPath
Function
FileNameFromFullPath
libs/base/file_name_utils.cpp:33–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
std::string FileNameFromFullPath(std::string path)
34
{
35
GetNameFromFullPath(path);
36
return path;
37
}
38
39
string GetNameFromFullPathWithoutExt(string path)
40
{
Callers
15
main
Function · 0.85
CreateZipFromFiles
Function · 0.85
SkipFeed
Function · 0.85
StopOnFeed
Function · 0.85
main
Function · 0.85
GetCategoryByFileName
Method · 0.85
NotifyAboutFinishAsyncLoading
Method · 0.85
MoveCategoryToPosition
Method · 0.85
SetCategorySortType
Method · 0.85
DeleteBmCategory
Method · 0.85
CreateCategories
Method · 0.85
PrepareToSaveBookmarks
Method · 0.85
Calls
1
GetNameFromFullPath
Function · 0.85
Tested by
1
UNIT_CLASS_TEST
Function · 0.68