Expand description
Request/response types with validation
Structs§
- Advanced
Search Request - Request to search with file type filters
- Chunk
Metadata - Metadata stored with each code chunk
- Clear
Request - Request to clear the index
- Clear
Response - Response from clear operation
- Find
Definition Request - Request to find the definition of a symbol at a given location
- Find
Definition Response - Response from find_definition
- Find
References Request - Request to find all references to a symbol
- Find
References Response - Response from find_references
- GetCall
Graph Request - Request to get call graph for a function
- GetCall
Graph Response - Response from get_call_graph
- GitSearch
Result - A single git search result
- Incremental
Update Request - Request for incremental update
- Incremental
Update Response - Response from incremental update
- Index
Request - Request to index a codebase
- Index
Response - Response from indexing operation
- Language
Stats - Query
Request - Request to query the codebase
- Query
Response - Response from query operation
- Search
GitHistory Request - Request to search git history
- Search
GitHistory Response - Response from git history search
- Search
Result - A single search result
- Statistics
Request - Request to get statistics about the index
- Statistics
Response - Statistics about the indexed codebase
Enums§
- Indexing
Mode - Indexing mode used