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

Method files_touched_count

atomic-agent/src/turn/session.rs:345–347  ·  view source on GitHub ↗

Returns the number of unique files touched across the session.

(&self)

Source from the content-addressed store, hash-verified

343
344 /// Returns the number of unique files touched across the session.
345 pub fn files_touched_count(&self) -> u32 {
346 self.files_touched.len() as u32
347 }
348
349 /// Mark the start of a new turn.
350 pub fn begin_turn(&mut self) {

Callers 1

build_turn_envelopeFunction · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected