Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFunction/samples
/ tryAsync
Function
tryAsync
functions/async/mqtt-io-node/index.mjs:5–8 ·
view source on GitHub ↗
(ctx, data)
Source
from the content-addressed store, hash-verified
3
};
4
5
export
const
tryAsync = (ctx, data) => {
6
console.log(
'Data received: %o'
, data);
7
ctx.send(data);
8
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected