MCPcopy 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
33std::string FileNameFromFullPath(std::string path)
34{
35 GetNameFromFullPath(path);
36 return path;
37}
38
39string GetNameFromFullPathWithoutExt(string path)
40{

Callers 15

mainFunction · 0.85
CreateZipFromFilesFunction · 0.85
SkipFeedFunction · 0.85
StopOnFeedFunction · 0.85
mainFunction · 0.85
GetCategoryByFileNameMethod · 0.85
SetCategorySortTypeMethod · 0.85
DeleteBmCategoryMethod · 0.85
CreateCategoriesMethod · 0.85

Calls 1

GetNameFromFullPathFunction · 0.85

Tested by 1

UNIT_CLASS_TESTFunction · 0.68