| 3636 | } |
| 3637 | |
| 3638 | dsc* evlEncode64(thread_db* tdbb, const SysFunction* function, const NestValueArray& args, impure_value* impure) |
| 3639 | { |
| 3640 | return evlEncodeDecode64(tdbb, true, function, args, impure); |
| 3641 | } |
| 3642 | |
| 3643 | |
| 3644 | UCHAR hexChar(UCHAR c) |
nothing calls this directly
no test coverage detected