MCPcopy Create free account
hub / github.com/VitalAudio/visage / size

Method size

visage_utils/string_utils.h:383–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381 const char32_t* c_str() const { return string_.c_str(); }
382 size_t length() const { return string_.length(); }
383 size_t size() const { return string_.size(); }
384 void clear() { string_.clear(); }
385 bool isEmpty() const { return string_.empty(); }
386

Callers 14

loadFileAsStringFunction · 0.45
callbackMethod · 0.45
decodeBase64DataFunction · 0.45
naturalCompareMethod · 0.45
convertUtf8ToUtf32Method · 0.45
convertUtf32ToUtf8Method · 0.45
convertUtf32ToUtf16Method · 0.45
convertUtf16ToUtf32Method · 0.45
endsWithMethod · 0.45
debugLogStringFunction · 0.45
readPipeWithSizeCheckFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected