MCPcopy Create free account
hub / github.com/cargo-lambda/cargo-lambda-cdk / chain

Function chain

src/bundling.ts:238–240  ·  view source on GitHub ↗
(commands: string[])

Source from the content-addressed store, hash-verified

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

Callers 1

createBundlingCommandMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected