MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / count

Method count

Sources/Shared/Containers/String.cpp:832–834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

830 }
831
832 std::size_t String::count(const char character) const {
833 return StringView{*this}.count(character);
834 }
835
836 char* String::release() {
837 DEATH_DEBUG_ASSERT(!(_small.size & Implementation::SmallStringBit),

Callers 8

RdtscTicksMethod · 0.45
RdtscClockMethod · 0.45
resyncMethod · 0.45
WriteMethod · 0.45
uint64_t rdtscMethod · 0.45
InsertMethod · 0.45
AddPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected