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

Method handle_ephemeral_sync

gateway/src/kv/sync_service.rs:173–175  ·  view source on GitHub ↗

Handle incoming sync request for ephemeral store

(&self, msg: SyncMessage)

Source from the content-addressed store, hash-verified

171
172 /// Handle incoming sync request for ephemeral store
173 pub fn handle_ephemeral_sync(&self, msg: SyncMessage) -> Result<SyncResponse> {
174 self.ephemeral_manager.handle_sync(msg)
175 }
176}
177
178/// Fetch peer list from bootnode and register them in KvStore.

Callers 1

sync_storeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected