- Module
- server
- Declared in
- Server
- Package
- libtmux
- Source
- crates/libtmux/src/server/discovery.rs
- Other languages
- PythonTypeScriptGoJava.NET C++ Swift
-
Report whether a session with this exact name exists.
The comparison is over raw bytes, because tmux permits session names that are not valid UTF-8.
Errors
Returns an error when the session listing fails.
In other ports Whether a session with this name exists
- Python
libtmux.Server.has_session - TypeScript
server.Server.hasSession - Go
tmux.Server.HasSession - Java
io.github.libtmux.Server.Server.hasSession - .NET
LibTmux.Server.HasSessionAsync - C++ no equivalent on
Server - Swift
Server.hasSession(_:)
- Python
0 declared, 0 inherited