MCPcopy Create free account
hub / github.com/GreatStackDev/project-management / toggleMyTasks

Function toggleMyTasks

src/components/MyTasksSidebar.jsx:14–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 const [myTasks, setMyTasks] = useState([]);
13
14 const toggleMyTasks = () => setShowMyTasks(prev => !prev);
15
16 const getTaskStatusColor = (status) => {
17 switch (status) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected