()
| 68 | * This is faster than getTeammateContext() !== undefined for simple checks. |
| 69 | */ |
| 70 | export function isInProcessTeammate(): boolean { |
| 71 | return teammateContextStorage.getStore() !== undefined |
| 72 | } |
| 73 | |
| 74 | /** |
| 75 | * Create a TeammateContext from spawn configuration. |
no outgoing calls
no test coverage detected