()
| 64 | } |
| 65 | |
| 66 | func RootlessContainredSockAddress() (string, error) { |
| 67 | return "", fmt.Errorf("cannot inspect RootlessKit state on non-Linux hosts") |
| 68 | } |
| 69 | |
| 70 | func DetachedNetNS() (string, error) { |
| 71 | return "", nil |
no outgoing calls
no test coverage detected
searching dependent graphs…