()
| 1621 | } |
| 1622 | |
| 1623 | export function getMainThreadAgentType(): string | undefined { |
| 1624 | return STATE.mainThreadAgentType |
| 1625 | } |
| 1626 | |
| 1627 | export function setMainThreadAgentType(agentType: string | undefined): void { |
| 1628 | STATE.mainThreadAgentType = agentType |
no outgoing calls
no test coverage detected