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

Method handle_persistent_sync

gateway/src/kv/sync_service.rs:168–170  ·  view source on GitHub ↗

Handle incoming sync request for persistent store

(&self, msg: SyncMessage)

Source from the content-addressed store, hash-verified

166
167 /// Handle incoming sync request for persistent store
168 pub fn handle_persistent_sync(&self, msg: SyncMessage) -> Result<SyncResponse> {
169 self.persistent_manager.handle_sync(msg)
170 }
171
172 /// Handle incoming sync request for ephemeral store
173 pub fn handle_ephemeral_sync(&self, msg: SyncMessage) -> Result<SyncResponse> {

Callers 1

sync_storeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected