MCPcopy Create free account
hub / github.com/approvals/ApprovalTests.cpp / ExistingFile

Method ExistingFile

ApprovalTests/writers/ExistingFile.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 ExistingFile::ExistingFile(std::string filePath_, const Options& options)
33 : options_(options)
34 {
35 filePath = scrub(filePath_, options);
36 }
37
38 std::string ExistingFile::getFileExtensionWithDot() const
39 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected