# libtmux::detail::Row::server

- **Module:** libtmux::detail::Row
- **Package:** libtmux-cxx
- **Language:** C++
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-cxx/blob/393d4b0ad666f18a6581f1eb281741a75a7503f0/include/libtmux/entities.hpp#L312
- **Page:** https://libtmux.org/en/cxx/latest/reference/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.
