in internal/proxy/proxy_other.go [198:205]
func (c *Client) unmountFUSE() error { c.fuseServerMu.Lock() defer c.fuseServerMu.Unlock() if c.fuseServer == nil { return nil } return c.fuseServer.Unmount() }