MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / recorded_file_list

Method recorded_file_list

atomic-agent/src/record/options.rs:74–76  ·  view source on GitHub ↗

Returns the list of files that were recorded in this turn.

(&self)

Source from the content-addressed store, hash-verified

72impl TurnRecordOutcome {
73 /// Returns the list of files that were recorded in this turn.
74 pub fn recorded_file_list(&self) -> &[String] {
75 &self.recorded_files
76 }
77
78 /// Returns the unhashed turn data (transcript + reasoning), if available.
79 pub fn unhashed(&self) -> Option<&transcript::UnhashedTurnData> {

Callers 3

runMethod · 0.80
handle_turn_endMethod · 0.80
save_turn_provenanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected