Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
200
func
apiKeySet(provider string) bool {
201
return
os.Getenv(apiKeyEnv(provider)) !=
""
202
}
203
204
func
apiKeyEnv(provider string) string {
205
switch
provider {
Callers
1
cmdProvider
Function · 0.85
Calls
1
apiKeyEnv
Function · 0.85
Tested by
no test coverage detected