MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / dbPath

Method dbPath

internal/appapi/providers.go:86–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84}
85
86func (api ProviderAPI) dbPath() string {
87 if api.DBPath != "" {
88 return api.DBPath
89 }
90 return appstate.DefaultPath()
91}
92
93func (api ProviderAPI) store() appstate.Store {
94 return appstate.New(api.dbPath())

Callers 2

storeMethod · 0.95
RemoveMethod · 0.95

Calls 1

DefaultPathFunction · 0.92

Tested by

no test coverage detected