MCPcopy 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
192func mutableBool(raw any) bool {
193 value, ok := raw.(bool)
194 return ok && value
195}
196
197func mutableStringSlice(raw any) []string {
198 switch values := raw.(type) {

Callers 2

mutableStateEqualFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected