MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / FileInfo

Method FileInfo

FileFilter/FileInfo.hpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 {
29 public:
30 FileInfo(
31 const std::filesystem::path& filePath,
32 std::vector<LineInfo>&& lineInfoColllection)
33 : filePath_{ filePath }
34 , lineInfoColllection_{ std::move(lineInfoColllection) }
35 {}
36
37 const std::filesystem::path filePath_;
38 const std::vector<LineInfo> lineInfoColllection_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected