(current)
| 270 | return gracefulShutdownSync(1); |
| 271 | } |
| 272 | function _temp5(current) { |
| 273 | return { |
| 274 | ...current, |
| 275 | hasTrustDialogAccepted: true |
| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected