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

Method goodbye

cake-core/src/models/mod.rs:198–200  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

196 }
197
198 async fn goodbye(&mut self) -> Result<()> {
199 Ok(())
200 }
201
202 async fn next_token(&mut self, _index: usize) -> Result<Token> {
203 bail!("text generation not supported")

Callers

nothing calls this directly

Implementers 1

test_helpers.rscake-core/src/cake/sharding/api/test_h

Calls

no outgoing calls

Tested by

no test coverage detected