MCPcopy Create free account
hub / github.com/Noumena-Network/code / getTaskListLockPath

Function getTaskListLockPath

src/utils/tasks.ts:505–507  ·  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

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