# libtmux::detail::Row::server

- **Module:** libtmux::detail::Row
- **Package:** libtmux-cxx
- **Language:** C++
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-cxx/blob/85e8bd603a322dc32bb8b9aeb1a72bcf36945f1d/include/libtmux/entities.hpp#L229
- **Page:** https://libtmux.org/reference/cxx/libtmux-detail-row-server/

```
libtmux::detail::Row::server() -> expected< Server, CommandFailure >
```

The server this entity came from, for a command the typed surface does not cover.

This rather than a public `run`: a command built there would lose the qualified target the entity knows to use, and a caller reaching for the escape hatch should be able to see that they are back to raw argv.
