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

Method goodbye

cake-core/src/cake/sharding/api/test_helpers.rs:108–110  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

106 }
107
108 async fn goodbye(&mut self) -> Result<()> {
109 Ok(())
110 }
111
112 async fn next_token(&mut self, _index: usize) -> Result<Token> {
113 if self.cursor >= self.tokens.len() {

Callers 2

generate_text_blockingFunction · 0.45
generate_text_streamFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected