MCPcopy Create free account
hub / github.com/KDE/labplot / printString

Function printString

src/3rdparty/vector_blf/src/Vector/BLF/docs/examples/Parser.cpp:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void printString(char * data, size_t size) {
35 if ((data == nullptr) || (size == 0))
36 return;
37
38 for (size_t i = 0; i < size; ++i)
39 std::cout << static_cast<char>(data[i]);
40}
41
42void show(Vector::BLF::FileStatistics * obj) {
43 const std::map<uint8_t, std::string> applicationIdStr = {

Callers 1

showFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected