()
| 3154 | } |
| 3155 | |
| 3156 | func (x *CSVCMsg_UpdateStringTable) GetTableId() int32 { |
| 3157 | if x != nil && x.TableId != nil { |
| 3158 | return *x.TableId |
| 3159 | } |
| 3160 | return 0 |
| 3161 | } |
| 3162 | |
| 3163 | func (x *CSVCMsg_UpdateStringTable) GetNumChangedEntries() int32 { |
| 3164 | if x != nil && x.NumChangedEntries != nil { |
no outgoing calls
no test coverage detected