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

Method summaryQuery

internal/observe/tasks.go:463–471  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

461}
462
463func (q TaskInboxQuery) summaryQuery() TaskSummaryQuery {
464 return TaskSummaryQuery{
465 Scope: q.Scope,
466 WorkspaceID: q.WorkspaceID,
467 OwnerKind: q.OwnerKind,
468 OwnerRef: q.OwnerRef,
469 Search: q.Search,
470 }
471}
472
473// TaskInboxItem is one triage-oriented task inbox item with action-ready metadata.
474type TaskInboxItem struct {

Callers 2

QueryTaskDashboardMethod · 0.45
QueryTaskInboxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected