Skip to main content

Module search

Module search 

Source

Structs§

ChunkedSearchState
Mutable state for an incremental chunked search over a TextBuffer’s piece tree. This is the in-editor search path — it reads chunks via get_text_range_mut which loads lazily from disk and works with the piece tree’s edit history.
HybridSearchPlan
A plan for hybrid search — extracted from a TextBuffer’s piece tree on the main thread, executable on any thread.