Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFunction/samples
/ helloESM
Function
helloESM
functions/knative/hello-world-node/esm/index.js:1–3 ·
view source on GitHub ↗
(req, res)
Source
from the content-addressed store, hash-verified
1
export
const
helloESM = (req, res) => {
2
res.send(
'Hello from ECMAScript module function!'
);
3
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected