Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
string FilenameWithoutExt(string name)
15
{
16
GetNameWithoutExt(name);
17
return name;
18
}
19
20
string GetFileExtension(string const & name)
21
{
Callers
3
LoadDataSources
Function · 0.85
FindPageAndFill
Method · 0.85
ExportMultipleFiles
Function · 0.85
Calls
1
GetNameWithoutExt
Function · 0.85
Tested by
no test coverage detected