Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/captures/
Dcaptures_handler.rs123 fn handle_capture_list(writer: ResponseWritable) -> anyhow::Result<()> { in handle_capture_list() function
189 "GET" => handle_capture_list(writer), in handle_capture_internal()