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

Function boolResult

src/jrd/SysFunction.cpp:3980–3988  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3978
3979
3980static dsc* boolResult(thread_db* tdbb, impure_value* impure, bool value)
3981{
3982 dsc result;
3983 FB_BOOLEAN rc = value ? FB_TRUE : FB_FALSE;
3984 result.makeBoolean(&rc);
3985
3986 EVL_make_value(tdbb, &result, impure);
3987 return &impure->vlu_desc;
3988}
3989
3990
3991dsc* evlRsaVerify(thread_db* tdbb, const SysFunction* function, const NestValueArray& args, impure_value* impure)

Callers 1

evlRsaVerifyFunction · 0.85

Calls 2

EVL_make_valueFunction · 0.85
makeBooleanMethod · 0.80

Tested by

no test coverage detected