MCPcopy Create free account
hub / github.com/bytebase/bytebase / DefaultViewComparer

Struct DefaultViewComparer

backend/plugin/schema/view_comparer.go:69–69  ·  view source on GitHub ↗

DefaultViewComparer provides default view comparison logic that can be used by most engines.

Source from the content-addressed store, hash-verified

67
68// DefaultViewComparer provides default view comparison logic that can be used by most engines.
69type DefaultViewComparer struct{}
70
71// CompareView compares two views using default logic.
72func (*DefaultViewComparer) CompareView(oldView, newView *storepb.ViewMetadata) ([]ViewChange, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected