MCPcopy Create free account
hub / github.com/devosoft/avida / GetSize

Method GetSize

avida-core/source/tools/cString.h:166–166  ·  view source on GitHub ↗

* Get the size of the string (not including the terminating '\0'). **/

Source from the content-addressed store, hash-verified

164 * Get the size of the string (not including the terminating '\0').
165 **/
166 int GetSize() const { return value->GetSize(); }
167
168 /**
169 * Get the string

Callers 4

cStringDataClass · 0.45
cStringClass · 0.45
FindMethod · 0.45
HashMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected