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

Function getManifest

src/cargo.ts:99–102  ·  view source on GitHub ↗
(manifestPath: string)

Source from the content-addressed store, hash-verified

97}
98
99export function getManifest(manifestPath: string): Manifest {
100 const data = readFileSync(manifestPath);
101 return load(data.toString('utf-8')) as Manifest;
102}

Callers 2

cargo.test.tsFile · 0.90
constructorMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected