()
| 1707 | func (*Device) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{38} } |
| 1708 | |
| 1709 | func (m *Device) GetContainerPath() string { |
| 1710 | if m != nil { |
| 1711 | return m.ContainerPath |
| 1712 | } |
| 1713 | return "" |
| 1714 | } |
| 1715 | |
| 1716 | func (m *Device) GetHostPath() string { |
| 1717 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected