MCPcopy Index your code
hub / github.com/coder/coder / providersGeneration

Method providersGeneration

coderd/x/chatd/configcache.go:184–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182}
183
184func (c *chatConfigCache) providersGeneration() uint64 {
185 c.mu.RLock()
186 generation := c.providerGeneration
187 c.mu.RUnlock()
188 return generation
189}
190
191func (c *chatConfigCache) storeProviders(generation uint64, providers []database.AIProvider) {
192 c.mu.Lock()

Callers 1

EnabledProvidersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected