MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / FindFileInFolder

Method FindFileInFolder

src/providers/google_drive.cpp:716–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

714}
715
716std::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
722GoogleDriveProvider::UploadStatus GoogleDriveProvider::UploadOrUpdate(
723 const std::string& name, const std::string& folderId,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected