MCPcopy 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
668bool 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
677bool printData(const char*& p)
678{

Callers 2

printStringFunction · 0.70
printInfoFunction · 0.70

Calls 2

getLineFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected