Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
write
Method · 0.80
filename_with_extension
Function · 0.80
filename_without_extension
Function · 0.80
read
Method · 0.80
write
Method · 0.80
read
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected