| 98 | #if !defined(SC_TOOLS_COMPILED_SEPARATELY) && !defined(SC_TOOLS_IMPORT) |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected