* Get the value of the `algoliaAgent`, used by our libraries internally and telemetry system.
()
| 94 | * Get the value of the `algoliaAgent`, used by our libraries internally and telemetry system. |
| 95 | */ |
| 96 | get _ua(): string { |
| 97 | return transporter.algoliaAgent.value; |
| 98 | }, |
| 99 | |
| 100 | /** |
| 101 | * Adds a `segment` to the `x-algolia-agent` sent with every requests. |
nothing calls this directly
no outgoing calls
no test coverage detected