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

Method view

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

Source from the content-addressed store, hash-verified

263 }
264
265 text_view text::view() const noexcept
266 {
267 return this->sequence_.view();
268 }
269
270 u64 text::size() const noexcept
271 {

Callers 15

beginMethod · 0.95
endMethod · 0.95
cbeginMethod · 0.95
cendMethod · 0.95
sizeMethod · 0.95
operator==Method · 0.95
operator!=Method · 0.95
subviewMethod · 0.95
index_ofMethod · 0.95
last_index_ofMethod · 0.95
countMethod · 0.95
starts_withMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected