MCPcopy Create free account
hub / github.com/LMMS/lmms / encode

Function encode

include/base64.h:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace base64
35{
36 inline void encode( const char * _data, const int _size,
37 QString & _dst )
38 {
39 _dst = QByteArray( _data, _size ).toBase64();
40 }
41
42 template<class T>
43 inline void decode( const QString & _b64, T * * _data, int * _size )

Callers 8

SampleBuffer.cppFile · 0.85
saveSettingsMethod · 0.85
saveSettingsMethod · 0.85
saveSettingsMethod · 0.85
saveSettingsMethod · 0.85
saveSettingsMethod · 0.85
saveSettingsMethod · 0.85
saveSettingsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected