(command_0)
| 276 | }; |
| 277 | } |
| 278 | function _temp4(command_0) { |
| 279 | return command_0.type === "prompt" && (command_0.loadedFrom === "skills" || command_0.loadedFrom === "plugin") && (command_0.source === "projectSettings" || command_0.source === "localSettings" || command_0.source === "plugin") && command_0.allowedTools?.some(_temp3); |
| 280 | } |
| 281 | function _temp3(tool_0) { |
| 282 | return tool_0 === BASH_TOOL_NAME || tool_0.startsWith(BASH_TOOL_NAME + "("); |
| 283 | } |
nothing calls this directly
no outgoing calls
no test coverage detected