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

Method GetConnectionLogsOffset

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

Source from the content-addressed store, hash-verified

450 // at write time, not here.
451 GetChildChatsByParentIDs(ctx context.Context, arg GetChildChatsByParentIDsParams) ([]GetChildChatsByParentIDsRow, error)
452 GetConnectionLogsOffset(ctx context.Context, arg GetConnectionLogsOffsetParams) ([]GetConnectionLogsOffsetRow, error)
453 GetCryptoKeyByFeatureAndSequence(ctx context.Context, arg GetCryptoKeyByFeatureAndSequenceParams) (CryptoKey, error)
454 GetCryptoKeys(ctx context.Context) ([]CryptoKey, error)
455 GetCryptoKeysByFeature(ctx context.Context, feature CryptoKeyFeature) ([]CryptoKey, error)

Callers 11

TestCountConnectionLogsFunction · 0.65
TestConnectionLogsMethod · 0.65
ConnectionLogFunction · 0.65
connectionLogsMethod · 0.65
TestDBBackendIntegrationFunction · 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