↓ 7 callersFunctioncreateOptimisticListDeleteMutation({
queryClient,
queryKey,
getItemId,
getDeleteId,
onSuccess,
invalidateQueryKeys,
}: CreateOptimis
frontend/src/lib/list-delete.ts:37
↓ 5 callersFunction_require_group_access(
session: AsyncSession,
*,
group_id: UUID,
member: OrganizationMember,
write: bool,
)
backend/app/api/board_groups.py:63
↓ 5 callersFunction_update_task_status(
session: AsyncSession,
*,
task: Task,
agent: Agent,
status: Literal["inbox", "in_progres
backend/tests/test_tasks_done_approval_gate.py:103
↓ 5 callersMethodrequire_agent_access(
self,
*,
agent: Agent,
ctx: OrganizationContext,
write: bool,
)
backend/app/services/openclaw/provisioning_db.py:909