SwitchSession switches to the given session ID.
(sessionID string)
| 230 | |
| 231 | // SwitchSession switches to the given session ID. |
| 232 | SwitchSession(sessionID string) error |
| 233 | |
| 234 | // Capabilities returns the current session's capabilities. |
| 235 | Capabilities() (Capabilities, error) |
nothing calls this directly
no outgoing calls
no test coverage detected