Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/github/gh-aw
/ getStatusIcon
Function
getStatusIcon
actions/setup/js/log_parser_format.cjs:258–263 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
256
}
257
258
function
getStatusIcon() {
259
if
(toolResult) {
260
return
toolResult.is_error === true ?
"❌"
:
"✅"
;
261
}
262
return
"❓"
;
263
}
264
265
const
statusIcon = getStatusIcon();
266
let
summary =
""
;
Callers
1
formatToolUse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected