Equal compares two functions and returns whether they are equal.
(oldFunc, newFunc *storepb.FunctionMetadata)
| 37 | type FunctionComparer interface { |
| 38 | // Equal compares two functions and returns whether they are equal. |
| 39 | Equal(oldFunc, newFunc *storepb.FunctionMetadata) bool |
| 40 | |
| 41 | // CompareDetailed performs detailed comparison and returns migration strategy information. |
| 42 | // Returns nil if functions are equal. |
no outgoing calls