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

Method files_in_turn

atomic-agent/src/envelope.rs:531–534  ·  view source on GitHub ↗
(mut self, files: Vec<String>)

Source from the content-addressed store, hash-verified

529 /// Set the list of files modified in this turn.
530 #[must_use]
531 pub fn files_in_turn(mut self, files: Vec<String>) -> Self {
532 self.files_in_turn = files;
533 self
534 }
535
536 /// Set the cumulative unique file count across the session.
537 #[must_use]

Callers 4

make_envelopeFunction · 0.80
test_large_files_listFunction · 0.80
build_turn_envelopeFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_large_files_listFunction · 0.64