MCPcopy
hub / github.com/claude-code-best/claude-code / cursorPath

Function cursorPath

packages/weixin/src/monitor.ts:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28function cursorPath(): string {
29 return join(getStateDir(), 'cursor.txt')
30}
31
32function loadCursor(): string {
33 const path = cursorPath()

Callers 2

loadCursorFunction · 0.85
saveCursorFunction · 0.85

Calls 1

getStateDirFunction · 0.85

Tested by

no test coverage detected