MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / getTaskListLockPath

Function getTaskListLockPath

source code/utils/tasks.ts:506–508  ·  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

504 * Gets the lock file path for a task list (used for list-level locking)
505 */
506function getTaskListLockPath(taskListId: string): string {
507 return join(getTasksDir(taskListId), '.lock')
508}
509
510/**
511 * 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