Skip to main content

split_endpoint

Function split_endpoint 

Source
pub(crate) fn split_endpoint(s: &str) -> (&str, &str)
Expand description

Splits node_id.port on the last dot, defaulting the port to out. Mirror of engine::parse_edge_endpoint — the two must agree. Consumed by expand_policy and downstream tasks.