MCPcopy Create free account
hub / github.com/denoland/roll-your-own-javascript-runtime / runtime.js

File runtime.js

src/runtime.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const { core } = Deno;
2
3function argsToMessage(...args) {
4 return args.map((arg) => JSON.stringify(arg)).join(" ");

Callers

nothing calls this directly

Calls 1

argsToMessageFunction · 0.85

Tested by

no test coverage detected