()
| 1044 | } |
| 1045 | |
| 1046 | func (m *RaftContext) GetAddr() string { |
| 1047 | if m != nil { |
| 1048 | return m.Addr |
| 1049 | } |
| 1050 | return "" |
| 1051 | } |
| 1052 | |
| 1053 | func (m *RaftContext) GetSnapshotTs() uint64 { |
| 1054 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected