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

Function evlDecodeHex

src/jrd/SysFunction.cpp:3771–3774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3769}
3770
3771dsc* evlDecodeHex(thread_db* tdbb, const SysFunction* function, const NestValueArray& args, impure_value* impure)
3772{
3773 return evlEncodeDecodeHex(tdbb, false, function, args, impure);
3774}
3775
3776dsc* evlEncodeHex(thread_db* tdbb, const SysFunction* function, const NestValueArray& args, impure_value* impure)
3777{

Callers

nothing calls this directly

Calls 1

evlEncodeDecodeHexFunction · 0.85

Tested by

no test coverage detected