MCPcopy Index your code
hub / github.com/semaphoreui/semaphore / GetTaskOutputs

Method GetTaskOutputs

db/Store.go:408–408  ·  view source on GitHub ↗
(projectID int, taskID int, params RetrieveQueryParams)

Source from the content-addressed store, hash-verified

406 GetTaskByID(taskID int) (Task, error)
407 DeleteTaskWithOutputs(projectID int, taskID int) error
408 GetTaskOutputs(projectID int, taskID int, params RetrieveQueryParams) ([]TaskOutput, error)
409 CreateTaskOutput(output TaskOutput) (TaskOutput, error)
410 InsertTaskOutputBatch(output []TaskOutput) error
411 CreateTaskStage(stage TaskStage) (TaskStage, error)

Callers 3

loadMethod · 0.65
GetTaskOutputFunction · 0.65
GetTaskRawOutputFunction · 0.65

Implementers 2

SqlDbdb/sql/SqlDb.go
BoltDbdb/bolt/BoltDb.go

Calls

no outgoing calls

Tested by

no test coverage detected