MCPcopy Create free account
hub / github.com/ServerlessDevelopers/serverless-rust / Home

Function Home

src/pages/index.js:29–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29export default function Home() {
30 const {siteConfig} = useDocusaurusContext();
31 return (
32 <Layout
33 title={`Hello from ${siteConfig.title}`}
34 description="Welcome to the Serverless Rust documentation site. The one place to learn how to build serverless applications with Rust on AWS.">
35 <HomepageHeader />
36 <main>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…