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

Function evlEncodeHex

src/jrd/SysFunction.cpp:3776–3779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3774}
3775
3776dsc* evlEncodeHex(thread_db* tdbb, const SysFunction* function, const NestValueArray& args, impure_value* impure)
3777{
3778 return evlEncodeDecodeHex(tdbb, true, function, args, impure);
3779}
3780
3781dsc* evlRsaEncryptDecrypt(thread_db* tdbb, const SysFunction* function, const NestValueArray& args,
3782 impure_value* impure, bool encryptFlag)

Callers

nothing calls this directly

Calls 1

evlEncodeDecodeHexFunction · 0.85

Tested by

no test coverage detected