MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / exec_slice

Method exec_slice

nodedb-cluster/src/distributed_array/handler.rs:275–280  ·  view source on GitHub ↗
(
            &self,
            _req: &super::super::wire::ArrayShardSliceReq,
        )

Source from the content-addressed store, hash-verified

273 #[async_trait]
274 impl ArrayLocalExecutor for StubExecutor {
275 async fn exec_slice(
276 &self,
277 _req: &super::super::wire::ArrayShardSliceReq,
278 ) -> Result<Vec<Vec<u8>>> {
279 Ok(self.rows.clone())
280 }
281
282 async fn exec_surrogate_bitmap_scan(
283 &self,

Callers 1

handle_sliceFunction · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected