| 241 | } |
| 242 | namespace { |
| 243 | bool is_empty_or_null(const String &str) { |
| 244 | return str.is_empty() || str == "<null>"; |
| 245 | } |
| 246 | } //namespace |
| 247 | |
| 248 | ReleaseInfo GitHubSource::get_release_info(const String &plugin_name, int64_t primary_id, int64_t secondary_id, Error &r_error) { |
no outgoing calls
no test coverage detected