MCPcopy Create free account

hub / github.com/alexknowshtml/kuato / functions

Functions19 in github.com/alexknowshtml/kuato

↓ 2 callersFunctionparseSessionFile
(filePath: string)
shared/parser.ts:23
↓ 1 callersFunctionextractFilePaths
* Recursively extract file paths from tool input
shared/parser.ts:182
↓ 1 callersFunctionextractFromContentBlock
* Extract tool names and file paths from a content block
shared/parser.ts:164
↓ 1 callersFunctionfileHash
* Calculate MD5 hash of file contents
postgres/sync.ts:50
↓ 1 callersFunctionfindFilesToSync
* Find JSONL files to sync
postgres/sync.ts:87
↓ 1 callersFunctionfindSessionDirs
* Find all session directories
file-based/search.ts:27
↓ 1 callersFunctionfindSessionDirs
* Find all session directories
postgres/sync.ts:68
↓ 1 callersFunctionfindSessionFiles
* Find all JSONL files in a directory
file-based/search.ts:46
↓ 1 callersFunctionformatResults
* Format results for output
file-based/search.ts:212
↓ 1 callersFunctiongetExistingHashes
* Get existing session hashes from database
postgres/sync.ts:58
↓ 1 callersFunctionmain
()
file-based/search.ts:231
↓ 1 callersFunctionmain
()
postgres/sync.ts:267
↓ 1 callersFunctionmatchesFilters
* Check if session matches filter criteria
file-based/search.ts:132
↓ 1 callersFunctionparseSessionContent
( content: string, sessionId?: string )
shared/parser.ts:31
↓ 1 callersFunctionscoreRelevance
* Score relevance of a session against search query
file-based/search.ts:79
↓ 1 callersFunctionsearchSessions
* Search sessions across all project directories
file-based/search.ts:156
↓ 1 callersFunctionsync
* Main sync function
postgres/sync.ts:235
↓ 1 callersFunctionsyncSession
* Sync a single session to the database
postgres/sync.ts:130
FunctiongetSearchableText
(session: ParsedSession)
shared/parser.ts:208