()
| 231 | } |
| 232 | |
| 233 | func (x *SyncEvent) GetMessage() isSyncEvent_Message { |
| 234 | if x != nil { |
| 235 | return x.Message |
| 236 | } |
| 237 | return nil |
| 238 | } |
| 239 | |
| 240 | func (x *SyncEvent) GetNodeChangeEvent() *tree.NodeChangeEvent { |
| 241 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected