* @brief Returns true when `name` targets an fs.* sandboxed filesystem tool. */
| 555 | * @brief Returns true when `name` targets an fs.* sandboxed filesystem tool. |
| 556 | */ |
| 557 | static 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. |
no outgoing calls
no test coverage detected