Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IgorWarzocha/howcode
/ getChatSessionLikePattern
Function
getChatSessionLikePattern
desktop/thread-state-db/queries.ts:36–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
function
getChatSessionLikePattern() {
37
return
`${getChatSessionDir() + path.sep}%`
38
}
39
40
export
function
listProjects(cwd: string): Project[] {
41
ensureChatStateSchema()
Callers
1
listProjects
Function · 0.85
Calls
1
getChatSessionDir
Function · 0.90
Tested by
no test coverage detected