Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evilsocket/cake
/ goodbye
Method
goodbye
cake-core/src/cake/sharding/client.rs:176–179 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
174
}
175
176
async fn goodbye(&mut self) -> Result<()> {
177
self.request(Message::Goodbye).await?;
178
Ok(())
179
}
180
181
fn layer_name(&self) -> &str {
182
&self.layer_name
Callers
nothing calls this directly
Calls
1
request
Method · 0.80
Tested by
no test coverage detected