MCPcopy Create free account
hub / github.com/compozy/agh / parseTaskListQuery

Method parseTaskListQuery

internal/api/core/parsers.go:516–522  ·  view source on GitHub ↗
(ctx context.Context, c *gin.Context)

Source from the content-addressed store, hash-verified

514}
515
516func (h *BaseHandlers) parseTaskListQuery(ctx context.Context, c *gin.Context) (taskpkg.Query, error) {
517 query, err := ParseTaskListQuery(c)
518 if err != nil {
519 return taskpkg.Query{}, err
520 }
521 return h.taskListDomainQuery(ctx, query)
522}
523
524func taskRunListDomainQuery(query contract.TaskRunListQuery) (taskpkg.RunQuery, error) {
525 domainQuery := taskpkg.RunQuery{

Callers 1

Calls 2

taskListDomainQueryMethod · 0.95
ParseTaskListQueryFunction · 0.85

Tested by 1