func()

in internal/proxy/proxy_other.go [202:209]


func (c *Client) unmountFUSE() error {
	c.fuseServerMu.Lock()
	defer c.fuseServerMu.Unlock()
	if c.fuseServer == nil {
		return nil
	}
	return c.fuseServer.Unmount()
}