* Get the value of the `algoliaAgent`, used by our libraries internally and telemetry system.
()
| 87 | * Get the value of the `algoliaAgent`, used by our libraries internally and telemetry system. |
| 88 | */ |
| 89 | get _ua(): string { |
| 90 | return transporter.algoliaAgent.value; |
| 91 | }, |
| 92 | |
| 93 | /** |
| 94 | * Adds a `segment` to the `x-algolia-agent` sent with every requests. |
nothing calls this directly
no outgoing calls
no test coverage detected