On this page
workspace.BuildInto
- Module
- workspace
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- workspace/builder.go
- BuildInto ( ctx : context.Context , session : tmux.Session , workspace : Workspace ) error
-
BuildInto populates the initial session described by workspace. The session must already have been created from
Workspace.InitialSessionRequest. BuildInto uses the session's existing server and transport; it neither creates a session nor opens or owns a connection.BuildInto is not atomic. A failure leaves completed mutations in tmux.
0 declared, 0 inherited