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

Method ListAIBridgeClients

coderd/database/querier.go:1039–1039  ·  view source on GitHub ↗
(ctx context.Context, arg ListAIBridgeClientsParams)

Source from the content-addressed store, hash-verified

1037 // new links.
1038 LinkChatFiles(ctx context.Context, arg LinkChatFilesParams) (int32, error)
1039 ListAIBridgeClients(ctx context.Context, arg ListAIBridgeClientsParams) ([]string, error)
1040 ListAIBridgeInterceptions(ctx context.Context, arg ListAIBridgeInterceptionsParams) ([]ListAIBridgeInterceptionsRow, error)
1041 // Finds all unique AI Bridge interception telemetry summaries combinations
1042 // (provider, model, client) in the given timeframe for telemetry reporting.

Callers 2

ListAIBridgeClientsMethod · 0.65
aiBridgeListClientsMethod · 0.65

Implementers 5

sqlQueriercoderd/database/db.go
queryMetricsStorecoderd/database/dbmetrics/querymetrics
queriercoderd/database/dbauthz/dbauthz.go
MockStorecoderd/database/dbmock/dbmock.go
MockStoreMockRecordercoderd/database/dbmock/dbmock.go

Calls

no outgoing calls

Tested by

no test coverage detected