Module types

Module types 

Source
Expand description

Request/response types with validation

Structs§

AdvancedSearchRequest
Request to search with file type filters
ChunkMetadata
Metadata stored with each code chunk
ClearRequest
Request to clear the index
ClearResponse
Response from clear operation
FindDefinitionRequest
Request to find the definition of a symbol at a given location
FindDefinitionResponse
Response from find_definition
FindReferencesRequest
Request to find all references to a symbol
FindReferencesResponse
Response from find_references
GetCallGraphRequest
Request to get call graph for a function
GetCallGraphResponse
Response from get_call_graph
GitSearchResult
A single git search result
IncrementalUpdateRequest
Request for incremental update
IncrementalUpdateResponse
Response from incremental update
IndexRequest
Request to index a codebase
IndexResponse
Response from indexing operation
LanguageStats
QueryRequest
Request to query the codebase
QueryResponse
Response from query operation
SearchGitHistoryRequest
Request to search git history
SearchGitHistoryResponse
Response from git history search
SearchResult
A single search result
StatisticsRequest
Request to get statistics about the index
StatisticsResponse
Statistics about the indexed codebase

Enums§

IndexingMode
Indexing mode used