MCPcopy
hub / github.com/codeaashu/claude-code / getHighWaterMarkPath

Function getHighWaterMarkPath

src/utils/tasks.ts:110–112  ·  view source on GitHub ↗
(taskListId: string)

Source from the content-addressed store, hash-verified

108}
109
110function getHighWaterMarkPath(taskListId: string): string {
111 return join(getTasksDir(taskListId), HIGH_WATER_MARK_FILE)
112}
113
114async function readHighWaterMark(taskListId: string): Promise<number> {
115 const path = getHighWaterMarkPath(taskListId)

Callers 2

readHighWaterMarkFunction · 0.85
writeHighWaterMarkFunction · 0.85

Calls 1

getTasksDirFunction · 0.85

Tested by

no test coverage detected