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

Method clear

src/SFML/System/String.cpp:339–342  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

337
338////////////////////////////////////////////////////////////
339void String::clear()
340{
341 m_string.clear();
342}
343
344
345////////////////////////////////////////////////////////////

Callers 15

String.test.cppFile · 0.45
Render.test.cppFile · 0.45
Image.test.cppFile · 0.45
Packet.test.cppFile · 0.45
loadExtensionsMethod · 0.45
closeMethod · 0.45
getStringImplMethod · 0.45
processEventMethod · 0.45
overflowMethod · 0.45
initializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected