gets the size of the string
| 163 | |
| 164 | // gets the size of the string |
| 165 | __fi u32 length() const { return m_length; } |
| 166 | __fi bool empty() const { return (m_length == 0); } |
| 167 | |
| 168 | // gets the maximum number of bytes we can write to the string, currently |
no outgoing calls
no test coverage detected