* Get the value of the `algoliaAgent`, used by our libraries internally and telemetry system.
()
| 119 | * Get the value of the `algoliaAgent`, used by our libraries internally and telemetry system. |
| 120 | */ |
| 121 | get _ua(): string { |
| 122 | return transporter.algoliaAgent.value; |
| 123 | }, |
| 124 | |
| 125 | /** |
| 126 | * Adds a `segment` to the `x-algolia-agent` sent with every requests. |
nothing calls this directly
no outgoing calls
no test coverage detected