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

Method clone

ApprovalTests/core/Options.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 }
12
13 Options::FileOptions Options::FileOptions::clone() const
14 {
15 // the returned options_ must be null
16 return FileOptions(fileExtensionWithDot_);
17 }
18
19 const std::string& Options::FileOptions::getFileExtension() const
20 {

Callers 2

withFileExtensionMethod · 0.80
fileOptionsMethod · 0.80

Calls 2

FileOptionsClass · 0.85
OptionsClass · 0.85

Tested by

no test coverage detected