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

Method count

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

Source from the content-addressed store, hash-verified

395 }
396
397 u64 text::count(const text_view& pattern, const u64 from, const u64 size) const noexcept
398 {
399 return this->view().count(pattern, from, size);
400 }
401
402 bool text::starts_with(const text_view& prefix) const noexcept
403 {

Callers 8

FastRndClass · 0.45
rdsysnsMethod · 0.45
GetTimeMethod · 0.45
ProfilerMethod · 0.45
WorkerMethod · 0.45
CalibrateTimerMethod · 0.45
ProcessSysTimeMethod · 0.45
TickMethod · 0.45

Calls 1

viewMethod · 0.95

Tested by

no test coverage detected