Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ printLine
Function
printLine
src/utilities/fbsvcmgr/fbsvcmgr.cpp:668–675 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
666
}
667
668
bool printLine(const char*& p)
669
{
670
string s;
671
bool rc = getLine(s, p);
672
if (rc)
673
printf (
"%s\n"
, s.c_str());
674
return rc;
675
}
676
677
bool printData(const char*& p)
678
{
Callers
2
printString
Function · 0.70
printInfo
Function · 0.70
Calls
2
getLine
Function · 0.85
c_str
Method · 0.45
Tested by
no test coverage detected