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

Function is_empty

modules/core/core/include/OpenString/text_view.h:234–237  ·  view source on GitHub ↗

@return Is this an empty string

Source from the content-addressed store, hash-verified

232
233 /// @return Is this an empty string
234 [[nodiscard]] constexpr bool is_empty() const noexcept
235 {
236 return this->view_.is_empty();
237 }
238
239 [[nodiscard]] constexpr text_view subview(const u64 from, const u64 size = SIZE_MAX) const noexcept
240 {

Callers 15

all_expiredMethod · 0.50
clear_expiredMethod · 0.50
CacheClass · 0.50
operator==Method · 0.50
operator<Method · 0.50
nocasecmp_toMethod · 0.50
casecmp_toMethod · 0.50
get_slice_countMethod · 0.50
get_sliceMethod · 0.50
get_slicecMethod · 0.50
splitMethod · 0.50
to_floatMethod · 0.50

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected