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

Method toString

JUCE/modules/juce_core/streams/juce_MemoryOutputStream.cpp:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195String MemoryOutputStream::toString() const
196{
197 return String::createStringFromData (getData(), (int) getDataSize());
198}
199
200OutputStream& JUCE_CALLTYPE operator<< (OutputStream& stream, const MemoryOutputStream& streamToRead)
201{

Callers 3

hashCodeMethod · 0.45
getDeviceIdentifiersMethod · 0.45

Calls 2

getDataFunction · 0.70
getDataSizeFunction · 0.70

Tested by

no test coverage detected