MCPcopy Create free account
hub / github.com/HumbleNet/HumbleNet / getPooledString

Method getPooledString

3rdparty/Amalgamate/juce_core_amalgam.cpp:12422–12428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12420}
12421
12422String::CharPointerType StringPool::getPooledString (const String& s)
12423{
12424 if (s.isEmpty())
12425 return String::empty.getCharPointer();
12426
12427 return StringPoolHelpers::getPooledStringFromArray (strings, s, lock);
12428}
12429
12430String::CharPointerType StringPool::getPooledString (const char* const s)
12431{

Callers 1

IdentifierMethod · 0.80

Calls 2

getPooledStringFromArrayFunction · 0.85
isEmptyMethod · 0.45

Tested by

no test coverage detected