Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
699
void 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
708
void printMessage(int num)
709
{
Callers
1
printInfo
Function · 0.85
Calls
3
getMessage
Function · 0.85
printLine
Function · 0.70
c_str
Method · 0.45
Tested by
no test coverage detected