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

Function is_empty_or_null

plugin_manager/asset_library_source.cpp:177–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

get_release_infoMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected