MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / isFsTool

Function isFsTool

app/src/AI/ToolDispatcher.cpp:557–560  ·  view source on GitHub ↗

* @brief Returns true when `name` targets an fs.* sandboxed filesystem tool. */

Source from the content-addressed store, hash-verified

555 * @brief Returns true when `name` targets an fs.* sandboxed filesystem tool.
556 */
557static bool isFsTool(const QString& name)
558{
559 return name.startsWith(QStringLiteral("fs."));
560}
561
562/**
563 * @brief Returns the metadata block for an fs.* tool, or empty if none matches.

Callers 3

canonicalToolNameMethod · 0.85
describeCommandMethod · 0.85
executeCommandMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected