MCPcopy Create free account
hub / github.com/evilsocket/cake / reset

Method reset

cake-core/src/models/phi4/model.rs:55–59  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

53 }
54
55 fn reset(&mut self) -> Result<()> {
56 self.history.clear();
57 self.base.reset();
58 Ok(())
59 }
60
61 async fn goodbye(&mut self) -> Result<()> {
62 self.base.goodbye().await

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected