HostMount returns the hostfs mount.
()
| 2125 | |
| 2126 | // HostMount returns the hostfs mount. |
| 2127 | func (k *Kernel) HostMount() *vfs.Mount { |
| 2128 | return k.hostMount |
| 2129 | } |
| 2130 | |
| 2131 | // PipeMount returns the pipefs mount. |
| 2132 | func (k *Kernel) PipeMount() *vfs.Mount { |
no outgoing calls
no test coverage detected