MCPcopy Create free account
hub / github.com/CommE2E/comm / generateBackupDataKey

Function generateBackupDataKey

native/native_rust_library/RustBackupExecutor.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69rust::String generateBackupDataKey() {
70 return rust::String(BackupOperationsExecutor::generateBackupDataKey());
71}
72
73rust::String generateBackupLogDataKey() {
74 return rust::String(BackupOperationsExecutor::generateBackupLogDataKey());

Calls

no outgoing calls

Tested by

no test coverage detected