MCPcopy Create free account
hub / github.com/OpenFunction/samples / tryKnative

Function tryKnative

functions/async/mqtt-io-node/index.mjs:1–3  ·  view source on GitHub ↗
(req, res)

Source from the content-addressed store, hash-verified

1export const tryKnative = (req, res) => {
2 res.send(`Hello, ${req.query.u || 'World'}!`);
3};
4
5export const tryAsync = (ctx, data) => {
6 console.log('Data received: %o', data);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected