| 15 | } |
| 16 | |
| 17 | void FormatContext::SetWorkspacePath(std::string_view workspace) { |
| 18 | _workspace = workspace; |
| 19 | } |
| 20 | |
| 21 | void FormatContext::SetInputFilePath(std::string_view input) { |
| 22 | _inputPath = std::string(input); |
no outgoing calls
no test coverage detected