Home
last modified time | relevance | path

Searched refs:handle_capture_get (Results 1 – 1 of 1) sorted by relevance

/tools/netsim/rust/daemon/src/captures/
Dcaptures_handler.rs79 fn handle_capture_get(writer: ResponseWritable, id: ChipIdentifier) -> anyhow::Result<()> { in handle_capture_get() function
194 "GET" => handle_capture_get(writer, get_id(param)?), in handle_capture_internal()