MCPcopy Index your code
hub / github.com/Noumena-Network/code / getTaskPath

Function getTaskPath

src/utils/tasks.ts:230–232  ·  view source on GitHub ↗
(taskListId: string, taskId: string)

Source from the content-addressed store, hash-verified

228}
229
230export function getTaskPath(taskListId: string, taskId: string): string {
231 return join(getTasksDir(taskListId), `${sanitizePathComponent(taskId)}.json`)
232}
233
234export async function ensureTasksDir(taskListId: string): Promise<void> {
235 const dir = getTasksDir(taskListId)

Callers 6

createTaskFunction · 0.85
getTaskFunction · 0.85
updateTaskUnsafeFunction · 0.85
updateTaskFunction · 0.85
deleteTaskFunction · 0.85
claimTaskFunction · 0.85

Calls 2

getTasksDirFunction · 0.85
sanitizePathComponentFunction · 0.85

Tested by

no test coverage detected