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

Method swapWith

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

Source from the content-addressed store, hash-verified

255}
256
257void String::swapWith (String& other) noexcept
258{
259 std::swap (text, other.text);
260}
261
262void String::clear() noexcept
263{

Callers 8

processPanelsMethod · 0.45
channelizeBufferFunction · 0.45
applyToValueMethod · 0.45
dispatchMessagesFunction · 0.45
handleAsyncUpdateMethod · 0.45
machineNumberAllowedFunction · 0.45
applyKeyFileMethod · 0.45

Calls 1

swapFunction · 0.85

Tested by

no test coverage detected