MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / String

Method String

JUCE/modules/juce_core/text/juce_String.cpp:243–245  ·  view source on GitHub ↗

==============================================================================

Source from the content-addressed store, hash-verified

241
242//==============================================================================
243String::String() noexcept : text (&(emptyString.text))
244{
245}
246
247String::~String() noexcept
248{

Callers

nothing calls this directly

Calls 6

CharPointer_ASCIIClass · 0.85
createFromIntegerFunction · 0.85
createFromDoubleFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected