MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / query_uuid

Method query_uuid

gateway/src/kv/sync_service.rs:68–70  ·  view source on GitHub ↗
(&self, node_id: NodeId)

Source from the content-addressed store, hash-verified

66 }
67
68 fn query_uuid(&self, node_id: NodeId) -> Option<Vec<u8>> {
69 self.kv_store.get_peer_uuid(node_id)
70 }
71
72 async fn sync_to(&self, _node: &Node, peer: NodeId, msg: SyncMessage) -> Result<SyncResponse> {
73 let url = self

Callers

nothing calls this directly

Calls 1

get_peer_uuidMethod · 0.80

Tested by

no test coverage detected