MCPcopy
hub / github.com/github/github-mcp-server / firstFeatureFlag

Function firstFeatureFlag

script/print-mcp-diff-configs/main.go:210–217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208}
209
210func firstFeatureFlag() string {
211 flags := append([]string(nil), github.AllowedFeatureFlags...)
212 if len(flags) == 0 {
213 return ""
214 }
215 sort.Strings(flags)
216 return flags[0]
217}

Callers 1

baseEntriesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected