| 99 | StringView Tool::getToolName() { return "SC-format"; } |
| 100 | StringView Tool::getDefaultAction() { return "execute"; } |
| 101 | Result Tool::runTool(Tool::Arguments& arguments) { return runFormatTool(arguments); } |
| 102 | #endif |
| 103 | } // namespace Tools |
| 104 | } // namespace SC |
nothing calls this directly
no test coverage detected