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

Method exec_put

nodedb-cluster/src/distributed_array/handler.rs:294–296  ·  view source on GitHub ↗
(&self, req: &ArrayShardPutReq)

Source from the content-addressed store, hash-verified

292 }
293
294 async fn exec_put(&self, req: &ArrayShardPutReq) -> Result<u64> {
295 Ok(req.wal_lsn)
296 }
297
298 async fn exec_delete(
299 &self,

Callers 1

handle_putFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected