| 3631 | } |
| 3632 | |
| 3633 | dsc* evlDecode64(thread_db* tdbb, const SysFunction* function, const NestValueArray& args, impure_value* impure) |
| 3634 | { |
| 3635 | return evlEncodeDecode64(tdbb, false, function, args, impure); |
| 3636 | } |
| 3637 | |
| 3638 | dsc* evlEncode64(thread_db* tdbb, const SysFunction* function, const NestValueArray& args, impure_value* impure) |
| 3639 | { |
nothing calls this directly
no test coverage detected