Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ stats
Method
stats
atomic-repository/src/record/assemble.rs:255–257 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
253
/// Get the recording statistics.
254
#[must_use]
255
pub fn stats(&self) -> &RecordStats {
256
&self.stats
257
}
258
259
/// Check if the change was saved.
260
#[must_use]
Callers
8
content_index_stats
Function · 0.45
tokenize_single_file
Function · 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_replacing_content_creates_mixed_hunks
Function · 0.45
test_edit_stats_are_accurate
Function · 0.45
test_record_stats_vertices_and_edges
Function · 0.45
Calls
no outgoing calls
Tested by
6
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_replacing_content_creates_mixed_hunks
Function · 0.36
test_edit_stats_are_accurate
Function · 0.36
test_record_stats_vertices_and_edges
Function · 0.36