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

Method InsertWorkspaceAgentLogs

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

Source from the content-addressed store, hash-verified

1015 InsertWorkspaceAgentDevcontainers(ctx context.Context, arg InsertWorkspaceAgentDevcontainersParams) ([]WorkspaceAgentDevcontainer, error)
1016 InsertWorkspaceAgentLogSources(ctx context.Context, arg InsertWorkspaceAgentLogSourcesParams) ([]WorkspaceAgentLogSource, error)
1017 InsertWorkspaceAgentLogs(ctx context.Context, arg InsertWorkspaceAgentLogsParams) ([]WorkspaceAgentLog, error)
1018 InsertWorkspaceAgentMetadata(ctx context.Context, arg InsertWorkspaceAgentMetadataParams) error
1019 InsertWorkspaceAgentScriptTimings(ctx context.Context, arg InsertWorkspaceAgentScriptTimingsParams) (WorkspaceAgentScriptTiming, error)
1020 InsertWorkspaceAgentScripts(ctx context.Context, arg InsertWorkspaceAgentScriptsParams) ([]WorkspaceAgentScript, error)

Callers 11

mustCreateAgentLogsFunction · 0.65
TestSystemFunctionsMethod · 0.65
WorkspaceAgentLogFunction · 0.65
BatchCreateLogsMethod · 0.65
TestBatchCreateLogsFunction · 0.65
setupWorkspaceAndAgentFunction · 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 6

mustCreateAgentLogsFunction · 0.52
TestSystemFunctionsMethod · 0.52
TestBatchCreateLogsFunction · 0.52
setupWorkspaceAndAgentFunction · 0.52