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

Method GetGeneration

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

Source from the content-addressed store, hash-verified

2404}
2405
2406func (x *ColumnMetadata) GetGeneration() *GenerationMetadata {
2407 if x != nil {
2408 return x.Generation
2409 }
2410 return nil
2411}
2412
2413func (x *ColumnMetadata) GetIsIdentity() bool {
2414 if x != nil {

Callers 6

classifyColumnsFunction · 0.45
restorableColumnsMethod · 0.45
restorableColumnsFunction · 0.45
classifyColumnsFunction · 0.45
restorableColumnsMethod · 0.45
writeColumnDefinitionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected