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

Function MappedFile

Tools/MappedFile.hpp:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 const std::vector<std::string>& GetLines() const;
34
35 MappedFile(const MappedFile&) = delete;
36 MappedFile& operator=(const MappedFile&) = delete;
37 MappedFile(MappedFile&&) = default;
38

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected