| 3769 | } |
| 3770 | |
| 3771 | dsc* evlDecodeHex(thread_db* tdbb, const SysFunction* function, const NestValueArray& args, impure_value* impure) |
| 3772 | { |
| 3773 | return evlEncodeDecodeHex(tdbb, false, function, args, impure); |
| 3774 | } |
| 3775 | |
| 3776 | dsc* evlEncodeHex(thread_db* tdbb, const SysFunction* function, const NestValueArray& args, impure_value* impure) |
| 3777 | { |
nothing calls this directly
no test coverage detected