Skip to main content

Module completion

Module completion 

Source
Expand description

completion submodule. SQLite-backed completion engine (legacy / unused).

Vestigial. The live completion hot path is the rkyv-mmap’d shard set (see src/extensions/autoload_cache.rs and src/compsys/); this module’s CompletionEngine has zero callers. Kept only so removing it stays a deliberate cleanup commit rather than silent drift. Treat the rest of this file as a historical artifact — it does not back any completion behavior in the running shell.

Structs§

Completion
Completion — see fields for layout.
CompletionEngine
CompletionEngine — see fields for layout.

Enums§

CompletionKind
CompletionKind — see variants.