Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
export
function
getManifest(manifestPath: string): Manifest {
100
const
data = readFileSync(manifestPath);
101
return
load(data.toString(
'utf-8'
)) as Manifest;
102
}
Callers
2
cargo.test.ts
File · 0.90
constructor
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected