MCPcopy Create free account
hub / github.com/SFML/SFML / getData

Method getData

src/SFML/System/String.cpp:411–414  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

409
410////////////////////////////////////////////////////////////
411const char32_t* String::getData() const
412{
413 return m_string.c_str();
414}
415
416
417////////////////////////////////////////////////////////////

Callers 4

String.test.cppFile · 0.45
Packet.test.cppFile · 0.45
segmentStringFunction · 0.45
receiveLoopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected