Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/github/gh-aw
/ mutableBool
Function
mutableBool
pkg/cli/outcome_eval_update.go:192–195 ·
view source on GitHub ↗
(raw any)
Source
from the content-addressed store, hash-verified
190
}
191
192
func
mutableBool(raw any) bool {
193
value, ok := raw.(bool)
194
return
ok && value
195
}
196
197
func
mutableStringSlice(raw any) []string {
198
switch
values := raw.(
type
) {
Callers
2
mutableStateEqual
Function · 0.85
extractCurrentPullRequestUpdateState
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected