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

Method empty

Sources/Shared/Containers/String.cpp:364–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362 }
363
364 bool String::empty() const {
365 if (_small.size & Implementation::SmallStringBit)
366 return !(_small.size & ~SmallSizeMask);
367 return !(_large.size & ~LargeSizeMask);
368 }
369
370 auto String::deleter() const -> Deleter {
371 DEATH_DEBUG_ASSERT(!(_small.size & Implementation::SmallStringBit),

Callers 15

OnInitializeMethod · 0.45
OnBeginFrameMethod · 0.45
ChangeLevelMethod · 0.45
RunDedicatedServerMethod · 0.45
StartProcessingStdinMethod · 0.45
CreateServerMethod · 0.45
OnPeerConnectedMethod · 0.45
OnPacketReceivedMethod · 0.45
Main.cppFile · 0.45
RefreshCacheMethod · 0.45
RefreshCacheLevelsMethod · 0.45
SaveEpisodeEndMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected