MCPcopy Create free account
hub / github.com/serverless/examples / failure

Function failure

aws-node-github-check/libs/response-lib.js:20–22  ·  view source on GitHub ↗
(body)

Source from the content-addressed store, hash-verified

18}
19
20export function failure(body) {
21 return buildResponse(500, body);
22}
23
24export function githubSuccessPayload() {
25 return buildGithubPayload('success', 'PR body according to format');

Callers 1

githubCheckFunction · 0.90

Calls 1

buildResponseFunction · 0.85

Tested by

no test coverage detected