Skip to main content

route_request

Function route_request 

Source
pub fn route_request(
    value_json: &str,
    handlers: &Arc<Mutex<HashMap<String, BreakpointRequestHandler>>>,
) -> Option<(String, Value)>
Expand description

Route a REQUEST-phase message: dispatch to the per-breakpoint-id handler, auto-continue on missing handler or panic. Returns (type_name, reply_value).