DefaultFunctionComparer provides default function comparison logic that can be used by most engines.
| 45 | |
| 46 | // DefaultFunctionComparer provides default function comparison logic that can be used by most engines. |
| 47 | type DefaultFunctionComparer struct{} |
| 48 | |
| 49 | // Equal compares two functions using simple definition comparison. |
| 50 | func (*DefaultFunctionComparer) Equal(oldFunc, newFunc *storepb.FunctionMetadata) bool { |
nothing calls this directly
no outgoing calls
no test coverage detected