MCPcopy Create free account
hub / github.com/github/gh-aw / wasCodemodApplied

Function wasCodemodApplied

pkg/cli/fix_command.go:404–406  ·  view source on GitHub ↗
(appliedCodemods []string, codemodName string)

Source from the content-addressed store, hash-verified

402}
403
404func wasCodemodApplied(appliedCodemods []string, codemodName string) bool {
405 return slices.Contains(appliedCodemods, codemodName)
406}
407
408func wasAnyCodemodApplied(appliedCodemods []string, codemodNames ...string) bool {
409 for _, codemodName := range codemodNames {

Callers 1

wasAnyCodemodAppliedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected