Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Chat2AnyLLM/code-agent-manager
/ store
Method
store
internal/appapi/providers.go:93–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
}
92
93
func
(api ProviderAPI) store() appstate.Store {
94
return
appstate.New(api.dbPath())
95
}
96
97
func
(api ProviderAPI) getenv()
func
(string) string {
98
if
api.Env != nil {
Callers
7
listProvidersFile
Method · 0.95
Init
Method · 0.95
Add
Method · 0.95
Update
Method · 0.95
Remove
Method · 0.95
SetEnabled
Method · 0.95
Rename
Method · 0.95
Calls
2
dbPath
Method · 0.95
New
Function · 0.92
Tested by
no test coverage detected