Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/serverless/examples
/ index.js
File
index.js
google-node-simple-http-endpoint/index.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
3
exports.http = (request, response) => {
4
response.status(200).send(
'Hello World!'
);
Callers
nothing calls this directly
Calls
1
send
Method · 0.45
Tested by
no test coverage detected