Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Houseofmvps/codesight
/ stringifyRunner
Function
stringifyRunner
src/plugins/cicd/github-actions.ts:187–190 ·
view source on GitHub ↗
(val: any)
Source
from the content-addressed store, hash-verified
185
}
186
187
function
stringifyRunner(val: any): string {
188
if
(Array.isArray(val))
return
`[${val.join(
", "
)}]`;
189
return
String(val);
190
}
Callers
1
extractJobs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected