| 175 | |
| 176 | namespace { |
| 177 | bool is_empty_or_null(const String &str) { |
| 178 | return str.is_empty() || str == "<null>"; |
| 179 | } |
| 180 | } //namespace |
| 181 | |
| 182 | ReleaseInfo AssetLibrarySource::get_release_info(const String &plugin_name, int64_t primary_id, int64_t secondary_id, Error &r_connection_error) { |