MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / is_empty_or_null

Function is_empty_or_null

plugin_manager/github_source.cpp:243–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

get_release_infoMethod · 0.70
combine_stringMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected