MCPcopy Create free account
hub / github.com/aiscript-dev/aiscript / out

Function out

scripts/start.mjs:19–21  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

17 });
18 },
19 out(value) {
20 console.log(chalk.magenta(valToString(value, true)));
21 },
22 err(e) {
23 console.log(chalk.red(`${e}`));
24 },

Callers

nothing calls this directly

Calls 2

valToStringFunction · 0.85
logMethod · 0.45

Tested by

no test coverage detected