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

Function size

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

Source from the content-addressed store, hash-verified

217 }
218
219 [[nodiscard]] constexpr u64 size() const noexcept
220 {
221 return this->get_codepoint_index( this->view_.size() );
222 }
223
224 [[nodiscard]] constexpr codeunit_sequence_view raw() const noexcept
225 {

Callers 15

operator==Method · 0.50
sizeMethod · 0.50
emptyMethod · 0.50
is_valid_indexMethod · 0.50
resizeMethod · 0.50
addMethod · 0.50
remove_atMethod · 0.50
remove_at_swapMethod · 0.50
findMethod · 0.50
find_lastMethod · 0.50
set_rangeMethod · 0.50
appendMethod · 0.50

Calls 1

sizeMethod · 0.45

Tested by 3

substrMethod · 0.40
findMethod · 0.40
rfindMethod · 0.40