Expand description
Tab completion for the db-shell.
Completes:
- Command names
- Path arguments: resolves the parent directory and lists its children
Sequence numbers inside /checkpoints/seq/ are NOT completed because the integer space is too large. Digest prefixes are completed up to the 30-entry limit.
Structs§
Functions§
- is_
seq_ cursor_ level - Parse a path string, returning
Noneif it resolves to a sequence-number level that should not be completed (to avoid the huge integer space).