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

Method subview

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

Source from the content-addressed store, hash-verified

362 }
363
364 text_view text::subview(const u64 from, const u64 size) const noexcept
365 {
366 return this->view().subview(from, size);
367 }
368
369 text& text::subtext(const u64 from, const u64 size) noexcept
370 {

Callers 4

OpenProjectMethod · 0.45
get_codepointMethod · 0.45
format_integerFunction · 0.45
format_floatFunction · 0.45

Calls 1

viewMethod · 0.95

Tested by

no test coverage detected