MCPcopy Create free account
hub / github.com/Waishnav/devspace / isSearchTool

Function isSearchTool

src/ui/card-types.ts:106–108  ·  view source on GitHub ↗
(tool: ToolName)

Source from the content-addressed store, hash-verified

104}
105
106export function isSearchTool(tool: ToolName): boolean {
107 return tool === "grep_files" || tool === "find_files" || tool === "grep" || tool === "glob";
108}
109
110export function isShellTool(tool: ToolName): boolean {
111 return (

Callers 2

renderSummaryBadgeFunction · 0.85
getToolLabelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected