common.DaemonEpoch
TypeScript
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- common
- Package
- libtmux
- Source
- packages/libtmux/src/common.ts
-
Which run of the daemon a handle came from, counted from zero.
A restarted tmux on the same socket issues
%0again to a different pane, so an id from the previous run names nothing. Comparing epochs is what catches that, and it is whySessionRefand friends carry one.
0 declared, 0 inherited