MCPcopy Create free account
hub / github.com/PageLeay/celestial-runtime / getString

Function getString

reporter.cjs:64–69  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

62}
63
64function getString(value) {
65 if (value instanceof Error) {
66 return value.stack;
67 }
68 return String(value);
69}
70
71// To prevent environments from thinking we're dead due to lack of
72// output, we force output after 20s

Callers 1

constructorMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected