| 77 | #if !defined(SC_TOOLS_COMPILED_SEPARATELY) && !defined(SC_TOOLS_IMPORT) |
| 78 | StringView Tool::getToolName() { return "SC-package"; } |
| 79 | StringView Tool::getDefaultAction() { return "install"; } |
| 80 | Result Tool::runTool(Tool::Arguments& arguments) { return runPackageTool(arguments); } |
| 81 | #endif |
| 82 | } // namespace Tools |
nothing calls this directly
no outgoing calls
no test coverage detected