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

Function wasAnyCodemodApplied

pkg/cli/fix_command.go:408–415  ·  view source on GitHub ↗
(appliedCodemods []string, codemodNames ...string)

Source from the content-addressed store, hash-verified

406}
407
408func wasAnyCodemodApplied(appliedCodemods []string, codemodNames ...string) bool {
409 for _, codemodName := range codemodNames {
410 if wasCodemodApplied(appliedCodemods, codemodName) {
411 return true
412 }
413 }
414 return false
415}
416
417func resolveWorkflowRoot(filePath string) string {
418 clean := filepath.Clean(filePath)

Callers 1

Calls 1

wasCodemodAppliedFunction · 0.85

Tested by

no test coverage detected