()
| 45 | * Returns undefined if not running within an in-process teammate context. |
| 46 | */ |
| 47 | export function getTeammateContext(): TeammateContext | undefined { |
| 48 | return teammateContextStorage.getStore() |
| 49 | } |
| 50 | |
| 51 | /** |
| 52 | * Run a function with teammate context set. |
no outgoing calls
no test coverage detected