MCPcopy Create free account
hub / github.com/Garux/netradiant-custom / string_empty

Function string_empty

libs/string/string.h:37–39  ·  view source on GitHub ↗

\brief Returns true if \p string length is zero. O(1)

Source from the content-addressed store, hash-verified

35/// \brief Returns true if \p string length is zero.
36/// O(1)
37inline bool string_empty( const char* string ){
38 return *string == '\0';
39}
40
41/// \brief Returns true if \p string length is not zero.
42/// O(1)

Callers 15

environment_initFunction · 0.85
FaceShader_exportTokensFunction · 0.85
evaluateMethod · 0.85
project_cell_editedFunction · 0.85
commands_cell_editedFunction · 0.85
LoadBuildMenuFunction · 0.85
realiseMethod · 0.85
gamecombo_for_dirFunction · 0.85
gamecombo_for_gamenameFunction · 0.85
MappingModeMethod · 0.85

Calls

no outgoing calls

Tested by 5

updateMethod · 0.68
updateMethod · 0.68
updateMethod · 0.68
updateMethod · 0.68
updateMethod · 0.68