FileOptions -----------------------------------------------------------------------
| 6 | { |
| 7 | // FileOptions ----------------------------------------------------------------------- |
| 8 | Options::FileOptions::FileOptions(std::string fileExtensionWithDot) |
| 9 | : fileExtensionWithDot_(std::move(fileExtensionWithDot)) |
| 10 | { |
| 11 | } |
| 12 | |
| 13 | Options::FileOptions Options::FileOptions::clone() const |
| 14 | { |
nothing calls this directly
no outgoing calls
no test coverage detected