On this page
server.Server.equals
- Module
- server
- Declared in
- Server
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/server.ts
-
Whether
otheris a handle addressing the same tmux server.Compared by the socket the connection resolves to rather than by object identity, so a server constructed twice against one socket is equal to itself. A socket *name* is not that socket: tmux resolves
-L workunderTMUX_TMPDIR, so the same name with two different tmpdirs addresses two different daemons, and this reports them as different. Acceptsunknownbecause the interesting comparisons are against values a caller has not narrowed yet.Examples
server.equals(new Server({ socketPath: server.socketPath ?? "" }));
0 declared, 0 inherited