Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ change
Method
change
atomic-repository/src/record/assemble.rs:228–230 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
226
/// Get the recorded change.
227
#[must_use]
228
pub fn change(&self) -> &Change {
229
&self.change
230
}
231
232
/// Get a mutable reference to the recorded change.
233
///
Callers
14
write_recorded
Method · 0.45
record
Method · 0.45
test_modified_file_creates_edit_hunks
Function · 0.45
test_adding_lines_creates_edit_hunks
Function · 0.45
test_deleting_lines_creates_replacement_hunks
Function · 0.45
test_multiple_modified_files_get_edit_hunks
Function · 0.45
test_small_edit_on_large_file_stays_proportional
Function · 0.45
test_sequential_small_edits_do_not_compound_duplication
Function · 0.45
test_cross_view_merge_large_file_post_merge_record_clean
Function · 0.45
test_sorting_lines_does_not_duplicate_them
Function · 0.45
record_whole_file_delete
Function · 0.45
test_raw_rename_records_as_filemove
Function · 0.45
Calls
no outgoing calls
Tested by
12
test_modified_file_creates_edit_hunks
Function · 0.36
test_adding_lines_creates_edit_hunks
Function · 0.36
test_deleting_lines_creates_replacement_hunks
Function · 0.36
test_multiple_modified_files_get_edit_hunks
Function · 0.36
test_small_edit_on_large_file_stays_proportional
Function · 0.36
test_sequential_small_edits_do_not_compound_duplication
Function · 0.36
test_cross_view_merge_large_file_post_merge_record_clean
Function · 0.36
test_sorting_lines_does_not_duplicate_them
Function · 0.36
record_whole_file_delete
Function · 0.36
test_raw_rename_records_as_filemove
Function · 0.36
test_atomic_mv_equivalent_records_as_filemove
Function · 0.36
test_plain_delete_is_not_a_rename
Function · 0.36