MCPcopy Create free account
hub / github.com/weaveworks/scope / GetContainerPath

Method GetContainerPath

cri/runtime/api.pb.go:1709–1714  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1707func (*Device) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{38} }
1708
1709func (m *Device) GetContainerPath() string {
1710 if m != nil {
1711 return m.ContainerPath
1712 }
1713 return ""
1714}
1715
1716func (m *Device) GetHostPath() string {
1717 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected