On this page
session.Session.sameTmuxIdAs
- Module
- session
- Declared in
- Session
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/session.ts
-
Whether
othercarries the same$n, wherever it came from.Sessions on unrelated servers routinely share an id; this says so, and
equalssays they are still different sessions.Examples
session.sameTmuxIdAs(await session.refreshed()); // true
0 declared, 0 inherited