Home
last modified time | relevance | path

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

/tools/netsim/rust/cli/src/
Dresponse.rs180 fn capture_state_to_string(state: Option<bool>) -> String { in capture_state_to_string() method
285 … if capture.valid {Self::capture_state_to_string(capture.state)} else {"detached".to_string()}, in print_list_capture_response()
298 … if capture.valid {Self::capture_state_to_string(capture.state)} else {"detached".to_string()}, in print_list_capture_response()