MCPcopy 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
36function getChatSessionLikePattern() {
37 return `${getChatSessionDir() + path.sep}%`
38}
39
40export function listProjects(cwd: string): Project[] {
41 ensureChatStateSchema()

Callers 1

listProjectsFunction · 0.85

Calls 1

getChatSessionDirFunction · 0.90

Tested by

no test coverage detected