| 714 | } |
| 715 | |
| 716 | std::string GoogleDriveProvider::FindFileInFolder(const std::string& name, |
| 717 | const std::string& folderId) { |
| 718 | std::string id; |
| 719 | return FindFileInFolderStatus(name, folderId, &id) == LookupStatus::Exists ? id : std::string(); |
| 720 | } |
| 721 | |
| 722 | GoogleDriveProvider::UploadStatus GoogleDriveProvider::UploadOrUpdate( |
| 723 | const std::string& name, const std::string& folderId, |
nothing calls this directly
no outgoing calls
no test coverage detected