MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / printString

Function printString

src/utilities/fbsvcmgr/fbsvcmgr.cpp:699–706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697}
698
699void printString(const char*& p, int num)
700{
701 printf ("%s: ", getMessage(num).c_str());
702 if (!printLine(p))
703 {
704 printf ("<no data>\n");
705 }
706}
707
708void printMessage(int num)
709{

Callers 1

printInfoFunction · 0.85

Calls 3

getMessageFunction · 0.85
printLineFunction · 0.70
c_strMethod · 0.45

Tested by

no test coverage detected