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

Method QueryTaskDashboard

internal/extension/host_api.go:181–181  ·  view source on GitHub ↗
(ctx context.Context, query observepkg.TaskDashboardQuery)

Source from the content-addressed store, hash-verified

179 Health(ctx context.Context) (observepkg.Health, error)
180 QueryEvents(ctx context.Context, query store.EventSummaryQuery) ([]store.EventSummary, error)
181 QueryTaskDashboard(ctx context.Context, query observepkg.TaskDashboardQuery) (observepkg.TaskDashboardView, error)
182 QueryTaskInbox(
183 ctx context.Context,
184 query observepkg.TaskInboxQuery,

Callers 1

handleTasksDashboardMethod · 0.65

Implementers 4

StubObserverinternal/api/testutil/observer_stub.go
Observerinternal/observe/observer.go
fakeObserverinternal/daemon/daemon_test.go
nativeObserverStubinternal/daemon/native_tools_test.go

Calls

no outgoing calls

Tested by

no test coverage detected