(self)
| 160 | |
| 161 | impl<'a> ScalarBuilder<'a> { |
| 162 | pub fn function(self) -> ScalarFunctionArityBuilder<Self> { |
| 163 | ScalarFunctionArityBuilder { builder: self } |
| 164 | } |
| 165 | |
| 166 | pub fn register(self) -> &'a mut FunctionRegistry { |
| 167 | let FunctionBuilder { |
no outgoing calls
no test coverage detected