MCPcopy Create free account
hub / github.com/deventlab/d-engine / get_multi

Method get_multi

d-engine-server/src/api/embedded_client.rs:748–753  ·  view source on GitHub ↗
(
        &self,
        keys: &[Bytes],
    )

Source from the content-addressed store, hash-verified

746 }
747
748 async fn get_multi(
749 &self,
750 keys: &[Bytes],
751 ) -> ClientApiResult<Vec<Option<Bytes>>> {
752 self.get_multi_linearizable(keys).await
753 }
754
755 async fn delete(
756 &self,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected