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

Method deleter

Sources/Shared/Containers/String.cpp:370–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368 }
369
370 auto String::deleter() const -> Deleter {
371 DEATH_DEBUG_ASSERT(!(_small.size & Implementation::SmallStringBit),
372 "Cannot call on a SSO instance", {});
373 return _large.deleter;
374 }
375
376 std::size_t String::size() const {
377 if (_small.size & Implementation::SmallStringBit)

Callers 9

FromNativeSeparatorsMethod · 0.45
ToNativeSeparatorsMethod · 0.45
GetExecutablePathMethod · 0.45
destructMethod · 0.45
lowercaseFunction · 0.45
uppercaseFunction · 0.45
lowercaseUnicodeFunction · 0.45
uppercaseUnicodeFunction · 0.45
replaceAllFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected