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

Method get_action_svc_data

src/jrd/svc.cpp:3318–3323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3316
3317
3318void Service::get_action_svc_data(const ClumpletReader& spb, string& switches, bool bigint)
3319{
3320 string s;
3321 s.printf("%" SQUADFORMAT" ", (bigint ? spb.getBigInt() : (SINT64) spb.getInt()));
3322 switches += s;
3323}
3324
3325
3326bool Service::get_action_svc_parameter(UCHAR action,

Callers

nothing calls this directly

Calls 3

printfMethod · 0.45
getBigIntMethod · 0.45
getIntMethod · 0.45

Tested by

no test coverage detected