()
| 812 | } |
| 813 | |
| 814 | func (x *WriteContentRequest) GetPrefix() string { |
| 815 | if x != nil { |
| 816 | return x.Prefix |
| 817 | } |
| 818 | return "" |
| 819 | } |
| 820 | |
| 821 | func (x *WriteContentRequest) GetData() []byte { |
| 822 | if x != nil { |
no outgoing calls
no test coverage detected