Expand description
Cache-first query path: serve queries from the SQLite index without LSP.
All functions are sync — no LSP dependency.
Functions§
- cached_
find_ symbol - Serve
find symbolfrom the cache. ReturnsNoneif cache has no results or any source file is stale. - cached_
list_ symbols - Serve
list symbolsfrom the cache. ReturnsNoneif file is stale or missing. - cached_
read_ symbol - Serve
read symbolfrom the cache. ReturnsNoneif symbol not found or file stale.