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

Method GetViews

backend/generated-go/store/database.pb.go:830–835  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

828}
829
830func (x *SchemaMetadata) GetViews() []*ViewMetadata {
831 if x != nil {
832 return x.Views
833 }
834 return nil
835}
836
837func (x *SchemaMetadata) GetFunctions() []*FunctionMetadata {
838 if x != nil {

Callers 3

DumpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected