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

Method isEmpty

src/SFML/System/String.cpp:353–356  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

351
352////////////////////////////////////////////////////////////
353bool String::isEmpty() const
354{
355 return m_string.empty();
356}
357
358
359////////////////////////////////////////////////////////////

Callers 9

String.test.cppFile · 0.80
Dns.test.cppFile · 0.80
ensureGeometryUpdateMethod · 0.80
resolveMethod · 0.80
queryNsMethod · 0.80
queryMxMethod · 0.80
querySrvMethod · 0.80
queryTxtMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected