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

Method data

Sources/Shared/Containers/String.cpp:352–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350 }
351
352 const char* String::data() const {
353 if (_small.size & Implementation::SmallStringBit)
354 return _small.data;
355 return _large.data;
356 }
357
358 char* String::data() {
359 if (_small.size & Implementation::SmallStringBit)

Callers 15

OnPeerConnectedMethod · 0.45
OnPeerDisconnectedMethod · 0.45
OnPacketReceivedMethod · 0.45
ToUtf16Function · 0.45
FromUtf16Function · 0.45
ToUtf16Function · 0.45
FromUtf16Function · 0.45
TryOpenFileMethod · 0.45
TryOpenDirectoryMethod · 0.45
GetFileSizeMethod · 0.45
OpenDirectoryMethod · 0.45
OpenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected