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

Method files_in_session

atomic-agent/src/envelope.rs:538–541  ·  view source on GitHub ↗
(mut self, count: u32)

Source from the content-addressed store, hash-verified

536 /// Set the cumulative unique file count across the session.
537 #[must_use]
538 pub fn files_in_session(mut self, count: u32) -> Self {
539 self.files_in_session = count;
540 self
541 }
542
543 /// Set the delegation ID for agent authorization.
544 #[must_use]

Callers 2

make_envelopeFunction · 0.80
build_turn_envelopeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected