ID returns the unique identifier for this session.
()
| 428 | |
| 429 | // ID returns the unique identifier for this session. |
| 430 | func (s *Session) ID() string { |
| 431 | return s.id |
| 432 | } |
| 433 | |
| 434 | // ProjectSession returns the underlying project session. |
| 435 | func (s *Session) ProjectSession() *project.Session { |
no outgoing calls
no test coverage detected