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
6
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
Calls
no outgoing calls
Tested by
4
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