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

Function singleAction

src/utilities/nbackup/nbackup.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 }
186
187 void singleAction(UtilSvc* uSvc)
188 {
189 usage(uSvc, isc_nbackup_allowed_switches);
190 }
191
192 // HPUX has non-posix-conformant method to return error codes from posix_fadvise().
193 // Instead of error code, directly returned by function (like specified by posix),

Callers 1

nbackupFunction · 0.85

Calls 1

usageFunction · 0.70

Tested by

no test coverage detected