Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evilsocket/cake
/ reset
Method
reset
cake-core/src/cake/sharding/api/test_helpers.rs:101–106 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
99
}
100
101
fn reset(&mut self) -> Result<()> {
102
self.messages.clear();
103
self.cursor = 0;
104
self.generated = 0;
105
Ok(())
106
}
107
108
async fn goodbye(&mut self) -> Result<()> {
109
Ok(())
Callers
2
generate_text_blocking
Function · 0.45
generate_text_stream
Function · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected