MCPcopy Create free account
hub / github.com/audacity/audacity / toString

Method toString

libraries/lib-vst3/VST3Utils.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167wxString PresetsBufferStream::toString() const
168{
169 auto str = Base64::Encode(mBuffer, mBuffer.getFillSize());
170 return str;
171}

Callers 5

GetPathMethod · 0.45
GetCacheFunction · 0.45
VST3Wrapper.cppFile · 0.45
StoreSettingsMethod · 0.45
LoadPluginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected