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

Method GetUnique

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

Source from the content-addressed store, hash-verified

3233}
3234
3235func (x *IndexMetadata) GetUnique() bool {
3236 if x != nil {
3237 return x.Unique
3238 }
3239 return false
3240}
3241
3242func (x *IndexMetadata) GetPrimary() bool {
3243 if x != nil {

Callers 8

writeCreateIndexDiffFunction · 0.45
checkAlterTableMethod · 0.45
checkAlterTableMethod · 0.45
handleRenameStmtMethod · 0.45
handleRenameStmtMethod · 0.45
collectIndexAlterTableFunction · 0.45
collectUKAlterTableFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected