Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alexknowshtml/kuato
/ functions
Functions
19 in github.com/alexknowshtml/kuato
⨍
Functions
19
◇
Types & classes
10
↓ 2 callers
Function
parseSessionFile
(filePath: string)
shared/parser.ts:23
↓ 1 callers
Function
extractFilePaths
* Recursively extract file paths from tool input
shared/parser.ts:182
↓ 1 callers
Function
extractFromContentBlock
* Extract tool names and file paths from a content block
shared/parser.ts:164
↓ 1 callers
Function
fileHash
* Calculate MD5 hash of file contents
postgres/sync.ts:50
↓ 1 callers
Function
findFilesToSync
* Find JSONL files to sync
postgres/sync.ts:87
↓ 1 callers
Function
findSessionDirs
* Find all session directories
file-based/search.ts:27
↓ 1 callers
Function
findSessionDirs
* Find all session directories
postgres/sync.ts:68
↓ 1 callers
Function
findSessionFiles
* Find all JSONL files in a directory
file-based/search.ts:46
↓ 1 callers
Function
formatResults
* Format results for output
file-based/search.ts:212
↓ 1 callers
Function
getExistingHashes
* Get existing session hashes from database
postgres/sync.ts:58
↓ 1 callers
Function
main
()
file-based/search.ts:231
↓ 1 callers
Function
main
()
postgres/sync.ts:267
↓ 1 callers
Function
matchesFilters
* Check if session matches filter criteria
file-based/search.ts:132
↓ 1 callers
Function
parseSessionContent
( content: string, sessionId?: string )
shared/parser.ts:31
↓ 1 callers
Function
scoreRelevance
* Score relevance of a session against search query
file-based/search.ts:79
↓ 1 callers
Function
searchSessions
* Search sessions across all project directories
file-based/search.ts:156
↓ 1 callers
Function
sync
* Main sync function
postgres/sync.ts:235
↓ 1 callers
Function
syncSession
* Sync a single session to the database
postgres/sync.ts:130
Function
getSearchableText
(session: ParsedSession)
shared/parser.ts:208