| 891 | |
| 892 | |
| 893 | static Boxed_Value do_oper(Operators::Opers t_oper, const Boxed_Value &t_lhs, const Boxed_Value &t_rhs) |
| 894 | { |
| 895 | return oper(t_oper, t_lhs, t_rhs); |
| 896 | } |
| 897 | |
| 898 | static Boxed_Value do_oper(Operators::Opers t_oper, const Boxed_Value &t_lhs) |
| 899 | { |
nothing calls this directly
no outgoing calls
no test coverage detected