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

Method turn_file_count

atomic-agent/src/envelope.rs:315–317  ·  view source on GitHub ↗

Returns the number of files changed in this turn.

(&self)

Source from the content-addressed store, hash-verified

313
314 /// Returns the number of files changed in this turn.
315 pub fn turn_file_count(&self) -> usize {
316 self.files_in_turn.len()
317 }
318
319 /// Returns `true` if a prompt summary is available.
320 pub fn has_prompt(&self) -> bool {

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected