Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.80
wrapNetlifyFunction
Function · 0.80
bff-proxy.js
File · 0.80
simyo_proxy_server.js
File · 0.80
handleApiResponse
Function · 0.80
checkAndShowNotifications
Method · 0.80
executeRequest
Method · 0.80
fetchConfig
Method · 0.80
generateQRCodeBackend
Function · 0.80
validateBodySize
Function · 0.80
validateHeaders
Function · 0.80
createRateLimiter
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected