()
| 205 | private static readonly allowlist: Set<string> = new Set(); |
| 206 | |
| 207 | getDescription(): string { |
| 208 | const memoryFilePath = getGlobalMemoryFilePath(); |
| 209 | return `in ${tildeifyPath(memoryFilePath)}`; |
| 210 | } |
| 211 | |
| 212 | override async shouldConfirmExecute( |
| 213 | _abortSignal: AbortSignal, |
nothing calls this directly
no test coverage detected