(agentType: string | undefined)
| 1625 | } |
| 1626 | |
| 1627 | export function setMainThreadAgentType(agentType: string | undefined): void { |
| 1628 | STATE.mainThreadAgentType = agentType |
| 1629 | } |
| 1630 | |
| 1631 | export function getIsRemoteMode(): boolean { |
| 1632 | return STATE.isRemoteMode |
no outgoing calls
no test coverage detected