(commands: string[])
| 236 | } |
| 237 | |
| 238 | function chain(commands: string[]): string { |
| 239 | return commands.filter(c => !!c).join(' && '); |
| 240 | } |
| 241 | |
| 242 | export function cargoLambdaVersion(): boolean | undefined { |
| 243 | try { |
no outgoing calls
no test coverage detected