Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
521
func
(x *Instance) GetActivation() bool {
522
if
x != nil {
523
return
x.Activation
524
}
525
return
false
526
}
527
528
func
(x *Instance) GetVersion() string {
529
if
x != nil {
Callers
5
getOrDefaultSyncInterval
Method · 0.45
CreateInstance
Method · 0.45
UpdateInstance
Method · 0.45
convertToStoreInstance
Function · 0.45
IsInstanceEffectivelyActivated
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected