TracerouteResponseProvider

Read-only provider of traceroute response state.

Inject in ViewModels that display traceroute results. The write side (ServiceRepository.setTracerouteResponse) is restricted to handlers.

Inheritors

Properties

Link copied to clipboard
abstract val tracerouteResponse: StateFlow<TracerouteResponse?>

The most recent traceroute result, or null if none pending.

Functions

Link copied to clipboard

Clears the current traceroute response (consumed by UI after display).