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

Function getRequirementIDs

pkg/workflow/runtime_setup_test.go:503–509  ·  view source on GitHub ↗

Helper functions

(requirements map[string]*RuntimeRequirement)

Source from the content-addressed store, hash-verified

501// Helper functions
502
503func getRequirementIDs(requirements map[string]*RuntimeRequirement) []string {
504 var ids []string
505 for id := range requirements {
506 ids = append(ids, id)
507 }
508 return ids
509}
510
511func stepsToString(steps []GitHubActionStep) string {
512 var result strings.Builder

Callers 3

TestDetectFromMCPConfigsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected