MCPcopy
hub / github.com/dherault/serverless-offline / get

Function get

tests/integration/httpApi-cors-default/src/handler.js:3–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1const { stringify } = JSON
2
3export async function get() {
4 return {
5 body: stringify({
6 something: true,
7 }),
8 statusCode: 200,
9 }
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected