MCPcopy 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_outcomeMethod · 0.80
record_turnFunction · 0.80
recordMethod · 0.80

Calls

no outgoing calls