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

Function getMessage

src/utilities/fbsvcmgr/fbsvcmgr.cpp:77–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77string getMessage(int n)
78{
79 char buffer[256];
80 static const SafeArg dummy;
81
82 fb_msg_format(0, SVCMGR_FACILITY, n, sizeof(buffer), buffer, dummy);
83
84 return string(buffer);
85}
86
87string prepareSwitch(const char* arg)
88{

Callers 6

printStringFunction · 0.85
printMessageFunction · 0.85
printIntFunction · 0.85
printInt64Function · 0.85
printInfoFunction · 0.85
usageFunction · 0.85

Calls 1

fb_msg_formatFunction · 0.85

Tested by

no test coverage detected