()
| 512 | } |
| 513 | |
| 514 | func (x *Instance) GetEngine() Engine { |
| 515 | if x != nil { |
| 516 | return x.Engine |
| 517 | } |
| 518 | return Engine_ENGINE_UNSPECIFIED |
| 519 | } |
| 520 | |
| 521 | func (x *Instance) GetActivation() bool { |
| 522 | if x != nil { |
no outgoing calls
no test coverage detected