()
| 3973 | } |
| 3974 | |
| 3975 | func (x *GetEncryptionKeyResponse) GetKey() []byte { |
| 3976 | if x != nil { |
| 3977 | return x.Key |
| 3978 | } |
| 3979 | return nil |
| 3980 | } |
| 3981 | |
| 3982 | type SyncChange struct { |
| 3983 | state protoimpl.MessageState `protogen:"open.v1"` |
nothing calls this directly
no outgoing calls
no test coverage detected