MCPcopy
hub / github.com/cli/cli / previewNamesToMIMETypes

Function previewNamesToMIMETypes

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

Source from the content-addressed store, hash-verified

700}
701
702func previewNamesToMIMETypes(names []string) string {
703 types := []string{fmt.Sprintf("application/vnd.github.%s-preview+json", names[0])}
704 for _, p := range names[1:] {
705 types = append(types, fmt.Sprintf("application/vnd.github.%s-preview", p))
706 }
707 return strings.Join(types, ", ")
708}

Callers 2

apiRunFunction · 0.85

Calls 1

JoinMethod · 0.80

Tested by 1