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

Method getReferenceCount

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

Source from the content-addressed store, hash-verified

296}
297
298int String::getReferenceCount() const noexcept
299{
300 return StringHolder::getReferenceCount (text);
301}
302
303//==============================================================================
304String::String (const char* const t)

Callers 5

detachMethod · 0.45
juce_ValueTree.cppFile · 0.45
timerCallbackMethod · 0.45
runTestFunction · 0.45
garbageCollectMethod · 0.45

Calls 1

getReferenceCountFunction · 0.85

Tested by

no test coverage detected