SocketMount returns the sockfs mount.
()
| 2145 | |
| 2146 | // SocketMount returns the sockfs mount. |
| 2147 | func (k *Kernel) SocketMount() *vfs.Mount { |
| 2148 | return k.socketMount |
| 2149 | } |
| 2150 | |
| 2151 | // CgroupRegistry returns the cgroup registry. |
| 2152 | func (k *Kernel) CgroupRegistry() *CgroupRegistry { |
no outgoing calls
no test coverage detected