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

Method GetActivation

backend/generated-go/store/instance.pb.go:521–526  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

519}
520
521func (x *Instance) GetActivation() bool {
522 if x != nil {
523 return x.Activation
524 }
525 return false
526}
527
528func (x *Instance) GetVersion() string {
529 if x != nil {

Callers 5

CreateInstanceMethod · 0.45
UpdateInstanceMethod · 0.45
convertToStoreInstanceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected