MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / start_compacting

Method start_compacting

crates/opencode-session/src/session.rs:624–627  ·  view source on GitHub ↗

Start compacting

(&mut self)

Source from the content-addressed store, hash-verified

622
623 /// Start compacting
624 pub fn start_compacting(&mut self) {
625 self.time.compacting = Some(Utc::now().timestamp_millis());
626 self.status = SessionStatus::Compacting;
627 }
628
629 /// Finish compacting
630 pub fn finish_compacting(&mut self) {

Callers 1

start_compactionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected