| 963 | } |
| 964 | const char* type_name() const override { return "example"; } |
| 965 | std::string Stringify(const FunctionOptions& options) const override { |
| 966 | return type_name(); |
| 967 | } |
| 968 | bool Compare(const FunctionOptions& options, |
| 969 | const FunctionOptions& other) const override { |
| 970 | return true; |