MCPcopy Create free account
hub / github.com/VCVRack/Rack / f

Function f

src/string.cpp:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24std::string f(const char* format, ...) {
25 va_list args;
26 va_start(args, format);
27 std::string s = fV(format, args);
28 va_end(args);
29 return s;
30}
31
32
33std::string fV(const char* format, va_list args) {

Callers 15

toHexStringFunction · 0.70
getNameMethod · 0.70
extractPackagesFunction · 0.70
saveDialogMethod · 0.70
saveAsDialogMethod · 0.70
saveTemplateDialogMethod · 0.70
loadTemplateMethod · 0.70
loadActionMethod · 0.70
getDisplayValueStringMethod · 0.70
teVarsInitFunction · 0.70
getInputDeviceNameMethod · 0.70

Calls 1

fVFunction · 0.85

Tested by

no test coverage detected