Expand description
Edit module - Span-safe code editing
This module provides span-safe refactoring operations by delegating to
splice::forge convenience functions when the splice feature is enabled.
Symbol discovery uses llmgrep::forge::search_symbols for file resolution,
then splice::forge::patch_symbol_in_file for each file.
Structs§
- Edit
Module - Edit module for span-safe refactoring.
- Edit
Result - Result of an edit operation.
- Pending
Undo
Enums§
- Edit
Operation - An edit operation.
- Undo
Result