MCPcopy Create free account
hub / github.com/Silentely/eSIM-Tools / json

Method json

tests/security/bff-proxy.test.js:56–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 }
55
56 async json() {
57 const text = typeof this.body === 'string' ? this.body : JSON.stringify(this.body || '');
58 return JSON.parse(text);
59 }
60 }
61
62 class MockResponse {

Callers 15

server.jsFile · 0.80
wrapNetlifyFunctionFunction · 0.80
bff-proxy.jsFile · 0.80
handleApiResponseFunction · 0.80
executeRequestMethod · 0.80
fetchConfigMethod · 0.80
generateQRCodeBackendFunction · 0.80
validateBodySizeFunction · 0.80
validateHeadersFunction · 0.80
createRateLimiterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected