MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / getDefaultAction

Method getDefaultAction

Tools/SC-format.cpp:100–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98#if !defined(SC_TOOLS_COMPILED_SEPARATELY) && !defined(SC_TOOLS_IMPORT)
99StringView Tool::getToolName() { return "SC-format"; }
100StringView Tool::getDefaultAction() { return "execute"; }
101Result Tool::runTool(Tool::Arguments& arguments) { return runFormatTool(arguments); }
102#endif
103} // namespace Tools

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected