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

Function getBackupLogFilePath

native/native_rust_library/RustBackupExecutor.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19rust::String
20getBackupLogFilePath(rust::Str backupID, rust::Str logID, bool isAttachments) {
21 return rust::String(PlatformSpecificTools::getBackupLogFilePath(
22 std::string(backupID), std::string(logID), isAttachments));
23}
24
25rust::String getBackupUserKeysFilePath(rust::Str backupID) {
26 return rust::String(

Callers 2

persistLogMethod · 0.85
getBackupLogFilePathMethod · 0.85

Calls

no outgoing calls

Tested by 1

getBackupLogFilePathMethod · 0.68