Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ recorded_files
Method
recorded_files
atomic-repository/src/record/assemble.rs:279–281 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
277
/// Get the recorded files.
278
#[must_use]
279
pub fn recorded_files(&self) -> &[String] {
280
&self.recorded_files
281
}
282
283
/// Get the deleted files.
284
#[must_use]
Callers
4
format_outcome
Method · 0.80
record_turn
Function · 0.80
record
Method · 0.80
test_further_edit_after_orphan_view_merge_is_still_detected
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_further_edit_after_orphan_view_merge_is_still_detected
Function · 0.64