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

Method get

d-engine-server/src/api/embedded_client.rs:741–746  ·  view source on GitHub ↗
(
        &self,
        key: impl AsRef<[u8]> + Send,
    )

Source from the content-addressed store, hash-verified

739 }
740
741 async fn get(
742 &self,
743 key: impl AsRef<[u8]> + Send,
744 ) -> ClientApiResult<Option<Bytes>> {
745 self.get_linearizable(key).await
746 }
747
748 async fn get_multi(
749 &self,

Callers 15

bench_get_without_ttlFunction · 0.45
bench_get_with_ttl_checkFunction · 0.45
bench_get_expired_ttlFunction · 0.45
bench_get_performanceFunction · 0.45
blocking_read_accessFunction · 0.45
get_node_statusMethod · 0.45
add_learnerMethod · 0.45
retrieve_node_metaMethod · 0.45
get_addressMethod · 0.45
get_role_by_node_idMethod · 0.45

Calls 1

get_linearizableMethod · 0.45