MCPcopy 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
93func (api ProviderAPI) store() appstate.Store {
94 return appstate.New(api.dbPath())
95}
96
97func (api ProviderAPI) getenv() func(string) string {
98 if api.Env != nil {

Callers 7

listProvidersFileMethod · 0.95
InitMethod · 0.95
AddMethod · 0.95
UpdateMethod · 0.95
RemoveMethod · 0.95
SetEnabledMethod · 0.95
RenameMethod · 0.95

Calls 2

dbPathMethod · 0.95
NewFunction · 0.92

Tested by

no test coverage detected