MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / getModels

Function getModels

internal/registry/model_updater.go:312–316  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

310}
311
312func getModels() *staticModelsJSON {
313 modelsCatalogStore.mu.RLock()
314 defer modelsCatalogStore.mu.RUnlock()
315 return modelsCatalogStore.data
316}
317
318func validateModelsCatalog(data *staticModelsJSON) error {
319 if data == nil {

Callers 13

GetClaudeModelsFunction · 0.85
GetGeminiModelsFunction · 0.85
GetGeminiVertexModelsFunction · 0.85
GetAIStudioModelsFunction · 0.85
GetCodexFreeModelsFunction · 0.85
GetCodexTeamModelsFunction · 0.85
GetCodexPlusModelsFunction · 0.85
GetCodexProModelsFunction · 0.85
GetKimiModelsFunction · 0.85
GetAntigravityModelsFunction · 0.85
GetXAIModelsFunction · 0.85
LookupStaticModelInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected