| 15 | }; |
| 16 | |
| 17 | interface UserAnswers { |
| 18 | cacheableOperations: string[]; |
| 19 | targetDefaults: string[]; |
| 20 | scriptOutputs: Record<string, Record<string, string>>; |
| 21 | } |
| 22 | |
| 23 | class AddCachingCommand extends Command { |
| 24 | uniqueScriptNames: string[] = []; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…