MCPcopy 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

addTaskMethod · 0.95
updateTaskMethod · 0.95
deleteTaskMethod · 0.95

Calls 1

generateTodoContentMethod · 0.95

Tested by

no test coverage detected