MCPcopy Create free account
hub / github.com/DISTRHO/DPF / String

Function String

distrho/extra/String.hpp:51–58  ·  view source on GitHub ↗

* Simple character. */

Source from the content-addressed store, hash-verified

49 * Simple character.
50 */
51 explicit String(const char c) noexcept
52 : fBuffer(_null()),
53 fBufferLen(0),
54 fBufferAlloc(false)
55 {
56 const char ch[2] = { c, '\0' };
57 _dup(ch);
58 }
59
60 /*
61 * Simple char string.

Callers 10

WebViewImpl.cppFile · 0.85
asBase64Function · 0.85
operator+Function · 0.85
lv2_generate_ttlFunction · 0.85
vst_dispatcherFunction · 0.85
mainFunction · 0.85
initAudioPortMethod · 0.85
getStateMethod · 0.85
getStateFunction · 0.85
stateSaveMethod · 0.85

Calls 3

_nullFunction · 0.85
_dupFunction · 0.85
sizeMethod · 0.80

Tested by

no test coverage detected