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

Method GetPrimary

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

Source from the content-addressed store, hash-verified

3240}
3241
3242func (x *IndexMetadata) GetPrimary() bool {
3243 if x != nil {
3244 return x.Primary
3245 }
3246 return false
3247}
3248
3249func (x *IndexMetadata) GetVisible() bool {
3250 if x != nil {

Callers 6

writeCreateIndexDiffFunction · 0.45
handleRenameStmtMethod · 0.45
handleRenameStmtMethod · 0.45
handleRenameStmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected