(id: string)
| 21 | * Use sparingly - prefer getSessionId() when possible. |
| 22 | */ |
| 23 | export function asSessionId(id: string): SessionId { |
| 24 | return id as SessionId |
| 25 | } |
| 26 | |
| 27 | /** |
| 28 | * Cast a raw string to AgentId. |
no outgoing calls
no test coverage detected