| 255 | } |
| 256 | |
| 257 | Status FunctionRegistry::AddFunctionOptionsType(const FunctionOptionsType* options_type, |
| 258 | bool allow_overwrite) { |
| 259 | return impl_->AddFunctionOptionsType(options_type, allow_overwrite); |
| 260 | } |
| 261 | |
| 262 | Result<std::shared_ptr<Function>> FunctionRegistry::GetFunction( |
| 263 | const std::string& name) const { |
no outgoing calls