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

Method GetWorkspaceAgentLogsAfter

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

Source from the content-addressed store, hash-verified

848 GetWorkspaceAgentLifecycleStateByID(ctx context.Context, id uuid.UUID) (GetWorkspaceAgentLifecycleStateByIDRow, error)
849 GetWorkspaceAgentLogSourcesByAgentIDs(ctx context.Context, ids []uuid.UUID) ([]WorkspaceAgentLogSource, error)
850 GetWorkspaceAgentLogsAfter(ctx context.Context, arg GetWorkspaceAgentLogsAfterParams) ([]WorkspaceAgentLog, error)
851 GetWorkspaceAgentMetadata(ctx context.Context, arg GetWorkspaceAgentMetadataParams) ([]WorkspaceAgentMetadatum, error)
852 GetWorkspaceAgentPortShare(ctx context.Context, arg GetWorkspaceAgentPortShareParams) (WorkspaceAgentPortShare, error)
853 GetWorkspaceAgentScriptTimingsByBuildID(ctx context.Context, id uuid.UUID) ([]GetWorkspaceAgentScriptTimingsByBuildIDRow, error)

Callers 7

workspaceAgentLogsMethod · 0.65
assertWorkspaceAgentLogsFunction · 0.65
mustCreateAgentLogsFunction · 0.65
TestWorkspaceMethod · 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 4

assertWorkspaceAgentLogsFunction · 0.52
mustCreateAgentLogsFunction · 0.52
TestWorkspaceMethod · 0.52