UpdateSessionTitle persists a new title for the current session.
(ctx context.Context, sess *session.Session, title string)
| 113 | |
| 114 | // UpdateSessionTitle persists a new title for the current session. |
| 115 | UpdateSessionTitle(ctx context.Context, sess *session.Session, title string) error |
| 116 | |
| 117 | // TitleGenerator returns a generator for automatic session titles, or nil |
| 118 | // if the runtime does not support local title generation (e.g. remote runtimes). |
no outgoing calls
no test coverage detected