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

Function getBackupFilePath

native/native_rust_library/RustBackupExecutor.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13rust::String
14getBackupFilePath(rust::Str backupID, bool isAttachments, bool isVersion) {
15 return rust::String(PlatformSpecificTools::getBackupFilePath(
16 std::string(backupID), isAttachments, isVersion));
17}
18
19rust::String
20getBackupLogFilePath(rust::Str backupID, rust::Str logID, bool isAttachments) {

Callers 2

createMainCompactionMethod · 0.85
getBackupFilePathMethod · 0.85

Calls

no outgoing calls

Tested by 1

getBackupFilePathMethod · 0.68