Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Narrator-AI/NarratorAI
/ changeTaskStatus
Function
changeTaskStatus
src/components/task-progress.tsx:282–287 ·
view source on GitHub ↗
(taskType, status)
Source
from the content-addressed store, hash-verified
280
281
// 用于测试的控制按钮
282
const changeTaskStatus = (taskType, status) => {
283
setTaskStatuses(prev => ({
284
...prev,
285
[taskType]: status
286
}));
287
};
288
289
return (
290
<div className=
"container mx-auto py-8 max-w-xl"
>
Callers
1
TaskProgressTest
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected