Skip to main content

Module cache_query

Module cache_query 

Source
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 symbol from the cache. Returns None if cache has no results or any source file is stale.
cached_list_symbols
Serve list symbols from the cache. Returns None if file is stale or missing.
cached_read_symbol
Serve read symbol from the cache. Returns None if symbol not found or file stale.