MCPcopy Create free account
hub / github.com/agent-tower/core / isTaskListQueryKey

Function isTaskListQueryKey

packages/web/src/hooks/use-tasks.ts:78–82  ·  view source on GitHub ↗
(queryKey: QueryKey, projectId?: string)

Source from the content-addressed store, hash-verified

76 queryKey: queryKeys.tasks.detail(taskId),
77 exact: true,
78 })
79 queryClient.removeQueries({
80 queryKey: queryKeys.tasks.body(taskId),
81 exact: true,
82 })
83
84 return snapshots
85}

Callers 4

handleTaskUpdatedFunction · 0.90
handleTaskDeletedFunction · 0.90
predicateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected