MCPcopy Create free account
hub / github.com/cli/cli / previewNamesToMIMETypes

Function previewNamesToMIMETypes

pkg/cmd/api/api.go:724–730  ·  view source on GitHub ↗
(names []string)

Source from the content-addressed store, hash-verified

722}
723
724func previewNamesToMIMETypes(names []string) string {
725 types := []string{fmt.Sprintf("application/vnd.github.%s-preview+json", names[0])}
726 for _, p := range names[1:] {
727 types = append(types, fmt.Sprintf("application/vnd.github.%s-preview", p))
728 }
729 return strings.Join(types, ", ")
730}

Callers 2

apiRunFunction · 0.85

Calls 1

JoinMethod · 0.80

Tested by 1