Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
28
function
cursorPath(): string {
29
return
join(getStateDir(),
'cursor.txt'
)
30
}
31
32
function
loadCursor(): string {
33
const
path = cursorPath()
Callers
2
loadCursor
Function · 0.85
saveCursor
Function · 0.85
Calls
1
getStateDir
Function · 0.85
Tested by
no test coverage detected