MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / filename_without_extension

Function filename_without_extension

src/geode/basic/filename.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 std::filesystem::path filename_without_extension(
38 const std::filesystem::path& path )
39 {
40 return path.filename().replace_extension( "" ).string();
41 }
42
43 std::filesystem::path filepath_without_extension(
44 const std::filesystem::path& path )

Callers 1

testFunction · 0.85

Calls 2

filenameMethod · 0.80
stringMethod · 0.45

Tested by 1

testFunction · 0.68