Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evilsocket/cake
/ reset
Method
reset
cake-core/src/models/mistral/model.rs:45–49 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
43
}
44
45
fn reset(&mut self) -> Result<()> {
46
self.history.clear();
47
self.base.reset();
48
Ok(())
49
}
50
51
async fn goodbye(&mut self) -> Result<()> {
52
self.base.goodbye().await
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected