(v string)
| 606 | } |
| 607 | |
| 608 | func (x *Plugin) SetName(v string) { |
| 609 | x.xxx_hidden_Name = &v |
| 610 | protoimpl.X.SetPresent(&(x.XXX_presence[0]), 0, 8) |
| 611 | } |
| 612 | |
| 613 | func (x *Plugin) SetVersion(v string) { |
| 614 | x.xxx_hidden_Version = &v |
no outgoing calls
no test coverage detected