On this page
tmux.Client.ResolveAttachment
- Module
- tmux
- Declared in
- Client
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/client_attachment.go
- ResolveAttachment ( ctx : context.Context ) (ClientAttachment, error)
-
ResolveAttachment re-reads the client's live attached hierarchy.
One resolution materializes one strict Snapshot. Snapshot collection is a multi-command observational read, so concurrent tmux changes may produce a partial hierarchy. A missing client, detached client, or stale session returns an empty attachment without an error. Other collection, decoding, and cardinality errors remain visible.
0 declared, 0 inherited