| 744 | } |
| 745 | |
| 746 | void StringFunctions::TrimPrepare(FunctionContext* context, |
| 747 | FunctionContext::FunctionStateScope scope) { |
| 748 | bool utf8_mode = context->impl()->GetConstFnAttr(FunctionContextImpl::UTF8_MODE); |
| 749 | DoTrimPrepare(context, scope, utf8_mode); |
| 750 | } |
| 751 | |
| 752 | void StringFunctions::Utf8TrimPrepare(FunctionContext* context, |
| 753 | FunctionContext::FunctionStateScope scope) { |
nothing calls this directly
no test coverage detected