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

Method size

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

Source from the content-addressed store, hash-verified

268 }
269
270 u64 text::size() const noexcept
271 {
272 return this->view().size();
273 }
274
275 bool text::is_empty() const noexcept
276 {

Callers 15

waitForWorkMethod · 0.45
enqueueFunction · 0.45
notifyMethod · 0.45
initializeMethod · 0.45
get_rootMethod · 0.45
sinkMethod · 0.45
writeMethod · 0.45
skr_run_processFunction · 0.45
make_guidFunction · 0.45
getRunnableJobItemMethod · 0.45

Calls 1

viewMethod · 0.95

Tested by

no test coverage detected