MCPcopy Index your code
hub / github.com/bytebase/bytebase / DefaultFunctionComparer

Struct DefaultFunctionComparer

backend/plugin/schema/function_comparer.go:47–47  ·  view source on GitHub ↗

DefaultFunctionComparer provides default function comparison logic that can be used by most engines.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected