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

Method withFileExtension

ApprovalTests/core/Options.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 }
23
24 Options
25 Options::FileOptions::withFileExtension(const std::string& fileExtensionWithDot) const
26 {
27 FileOptions newSelf(fileExtensionWithDot);
28 return options_->clone(newSelf);
29 }
30
31 // Options ---------------------------------------------------------------------------
32 Options::Options(Options::FileOptions fileOptions,

Callers 4

OptionsTests.cppFile · 0.80
mainFunction · 0.80

Calls 1

cloneMethod · 0.80

Tested by 1

mainFunction · 0.64