MCPcopy Create free account
hub / github.com/GmpABR/NexusFlow / RemoveLabelFromTaskAsync

Method RemoveLabelFromTaskAsync

backend/Services/ITaskService.cs:40–40  ·  view source on GitHub ↗
(int taskId, int labelId, int userId)

Source from the content-addressed store, hash-verified

38 // Label Methods
39 Task<bool> AddLabelToTaskAsync(int taskId, int labelId, int userId);
40 Task<bool> RemoveLabelFromTaskAsync(int taskId, int labelId, int userId);
41 Task<bool> SetTaskLabelsAsync(int taskId, List<int> labelIds, int userId);
42 Task<TaskActivityDto?> GetActivityByIdAsync(int activityId);
43}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected