* Get the value of the `algoliaAgent`, used by our libraries internally and telemetry system.
()
| 219 | * Get the value of the `algoliaAgent`, used by our libraries internally and telemetry system. |
| 220 | */ |
| 221 | get _ua(): string { |
| 222 | return transporter.algoliaAgent.value; |
| 223 | }, |
| 224 | |
| 225 | /** |
| 226 | * Adds a `segment` to the `x-algolia-agent` sent with every requests. |
nothing calls this directly
no outgoing calls
no test coverage detected