MCPcopy Create free account
hub / github.com/BirolLab/abyss / size

Method size

Common/ConstString.h:18–18  ·  view source on GitHub ↗

Return the size of this string. */

Source from the content-addressed store, hash-verified

16
17 /** Return the size of this string. */
18 size_t size() const { return strlen(m_p); }
19
20 /** Return a null-terminated sequence of characters. */
21 const char* c_str() const { return m_p; }

Callers 2

const_stringMethod · 0.45
const_stringClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected