Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
159
function
stringify(arg: any) {
160
return
arg instanceof ProcessOutput ? arg.toString().trimEnd() : `${arg}`
161
}
162
163
export
async
function
question(
164
query?: string,
Callers
1
echo
Function · 0.85
Calls
1
toString
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…