MCPcopy Create free account
hub / github.com/betta-tech/byo-coding-agent / apiKeySet

Function apiKeySet

commands.go:200–202  ·  view source on GitHub ↗
(provider string)

Source from the content-addressed store, hash-verified

198}
199
200func apiKeySet(provider string) bool {
201 return os.Getenv(apiKeyEnv(provider)) != ""
202}
203
204func apiKeyEnv(provider string) string {
205 switch provider {

Callers 1

cmdProviderFunction · 0.85

Calls 1

apiKeyEnvFunction · 0.85

Tested by

no test coverage detected