Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenCppCoverage/OpenCppCoverage
/ ~IFileSystem
Method
~IFileSystem
CppCoverage/IFileSystem.hpp:28–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
{
27
public:
28
virtual ~IFileSystem() = default;
29
30
virtual boost::optional<std::filesystem::file_time_type>
31
GetLastWriteTime(const std::filesystem::path&) const = 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected