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

Method runTool

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

Source from the content-addressed store, hash-verified

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
104} // namespace SC

Callers

nothing calls this directly

Calls 1

runFormatToolFunction · 0.85

Tested by

no test coverage detected