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

Function filepath_without_filename

src/geode/basic/filename.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 std::filesystem::path filepath_without_filename(
51 const std::filesystem::path& path )
52 {
53 auto filepath = path;
54 return filepath.remove_filename();
55 }
56
57 std::string_view extension_from_filename( std::string_view filename )
58 {

Callers 2

testFunction · 0.85
geode_object_output_implFunction · 0.85

Calls

no outgoing calls

Tested by 1

testFunction · 0.68