MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / is_empty

Method is_empty

modules/core/core/src/string/OpenString/text.cpp:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273 }
274
275 bool text::is_empty() const noexcept
276 {
277 return this->sequence_.is_empty();
278 }
279
280 bool text::operator==(const text_view& rhs) const noexcept
281 {

Callers 4

splitMethod · 0.45
text.cppFile · 0.45
format_integerFunction · 0.45
format_floatFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected