MCPcopy Index your code
hub / github.com/cargo-lambda/cargo-lambda-cdk / getTestManifestPath

Function getTestManifestPath

test/bundlingOptions.test.ts:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54const forcedDockerBundling = !!env.FORCE_DOCKER_RUN || !cargoLambdaVersion();
55
56const getTestManifestPath = () => {
57 return getManifestPath({ manifestPath: path.join(__dirname, 'fixtures/single-package/Cargo.toml') });
58};
59
60const templateWithProps = (props?: RustFunctionProps) => {
61 const app = new App();

Callers 2

templateWithPropsFunction · 0.85

Calls 1

getManifestPathFunction · 0.90

Tested by

no test coverage detected