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

Method GetSkipDump

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

Source from the content-addressed store, hash-verified

2592}
2593
2594func (x *ViewMetadata) GetSkipDump() bool {
2595 if x != nil {
2596 return x.SkipDump
2597 }
2598 return false
2599}
2600
2601func (x *ViewMetadata) GetRules() []*RuleMetadata {
2602 if x != nil {

Callers 8

addNewSchemaObjectsFunction · 0.45
compareSchemaObjectsFunction · 0.45
compareFunctionsFunction · 0.45
compareSequencesFunction · 0.45
compareEnumTypesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected