MCPcopy
hub / github.com/claude-code-best/claude-code / getTaskListLockPath

Function getTaskListLockPath

src/utils/tasks.ts:504–506  ·  view source on GitHub ↗

* Gets the lock file path for a task list (used for list-level locking)

(taskListId: string)

Source from the content-addressed store, hash-verified

502 * Gets the lock file path for a task list (used for list-level locking)
503 */
504function getTaskListLockPath(taskListId: string): string {
505 return join(getTasksDir(taskListId), '.lock')
506}
507
508/**
509 * Ensures the lock file exists for a task list

Callers 1

ensureTaskListLockFileFunction · 0.85

Calls 1

getTasksDirFunction · 0.85

Tested by

no test coverage detected