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

Function main

tests/fixtures/single-binary-package/src/main.rs:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44
45#[tokio::main]
46async fn main() -> Result<(), Error> {
47 run(service_fn(function_handler)).await
48}

Callers

nothing calls this directly

Calls 1

runFunction · 0.50

Tested by

no test coverage detected