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

Method load

cake-core/src/cake/sharding/client.rs:136–138  ·  view source on GitHub ↗
(_: String, _: &Context)

Source from the content-addressed store, hash-verified

134#[async_trait]
135impl Forwarder for Client {
136 fn load(_: String, _: &Context) -> Result<Box<Self>> {
137 Err(anyhow!("load should never be called on cake::Client"))
138 }
139
140 async fn forward(&self, _: &Tensor, _: usize, _: usize, _: &mut Context) -> Result<Tensor> {
141 Err(anyhow!(

Callers 1

advertise_workerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected