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

Function getHighWaterMarkPath

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

Source from the content-addressed store, hash-verified

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

Callers 2

readHighWaterMarkFunction · 0.85
writeHighWaterMarkFunction · 0.85

Calls 1

getTasksDirFunction · 0.85

Tested by

no test coverage detected