(command)
| 282 | return tool_0 === BASH_TOOL_NAME || tool_0.startsWith(BASH_TOOL_NAME + "("); |
| 283 | } |
| 284 | function _temp2(command) { |
| 285 | return command.type === "prompt" && command.loadedFrom === "commands_DEPRECATED" && (command.source === "projectSettings" || command.source === "localSettings") && command.allowedTools?.some(_temp); |
| 286 | } |
| 287 | function _temp(tool) { |
| 288 | return tool === BASH_TOOL_NAME || tool.startsWith(BASH_TOOL_NAME + "("); |
| 289 | } |
nothing calls this directly
no outgoing calls
no test coverage detected