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

Method filename

include/geode/basic/io.hpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 virtual ~IOFile() = default;
40
41 [[nodiscard]] std::string_view filename() const
42 {
43 return filename_;
44 }
45
46 protected:
47 explicit IOFile( std::string_view filename )

Callers 6

writeMethod · 0.80
filename_with_extensionFunction · 0.80
readMethod · 0.80
writeMethod · 0.80
readMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected