MCPcopy Create free account
hub / github.com/MrLesk/Backlog.md / taskFileExists

Function taskFileExists

src/utils/task-path.ts:383–386  ·  view source on GitHub ↗
(taskId: string, core?: Core | TaskPathContext)

Source from the content-addressed store, hash-verified

381 * Check if a task file exists
382 */
383export async function taskFileExists(taskId: string, core?: Core | TaskPathContext): Promise<boolean> {
384 const path = await getTaskPath(taskId, core);
385 return path !== null;
386}

Callers 1

task-path.test.tsFile · 0.90

Calls 1

getTaskPathFunction · 0.85

Tested by

no test coverage detected