Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echoVic/blade-code
/ saveTodoFile
Method
saveTodoFile
src/prompt/WorkflowManager.ts:458–461 ·
view source on GitHub ↗
* 保存todo.md文件
()
Source
from the content-addressed store, hash-verified
456
* 保存todo.md文件
457
*/
458
public saveTodoFile(): void {
459
const
content = this.generateTodoContent();
460
writeFileSync(this.todoFilePath, content,
'utf-8'
);
461
}
462
463
/**
464
* 生成todo.md内容
Callers
3
addTask
Method · 0.95
updateTask
Method · 0.95
deleteTask
Method · 0.95
Calls
1
generateTodoContent
Method · 0.95
Tested by
no test coverage detected