MCPcopy
hub / github.com/google/zx / stringify

Function stringify

src/goods.ts:159–161  ·  view source on GitHub ↗
(arg: any)

Source from the content-addressed store, hash-verified

157}
158
159function stringify(arg: any) {
160 return arg instanceof ProcessOutput ? arg.toString().trimEnd() : `${arg}`
161}
162
163export async function question(
164 query?: string,

Callers 1

echoFunction · 0.85

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…