ServerIncarnation
Swift
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Identity.swift
- struct ServerIncarnation : struct ServerIncarnation
-
The identity of one running tmux daemon at one endpoint.
Provenance guards trust tmux's builtin parser and configured hooks. They prevent accidental stale or foreign targeting, not hostile configuration.
5 declared, 2 inherited
Members
- endpoint property
- init(endpoint:socketPath:processID:startedAt:) method
- processID property
- socketPath property
- startedAt property
Inherited members
Reached through Equatable.!=(_:_:), Decodable.init(from:).
- !=(_:_:) Equatable.!=(_:_:) Returns a Boolean value indicating whether two values are not equal.
- init(from:) Decodable.init(from:) Creates a new instance by decoding from the given decoder.