Function script::devtools::handle_get_selectors

source ยท
pub fn handle_get_selectors(
    documents: &Documents,
    pipeline: PipelineId,
    node_id: String,
    reply: IpcSender<Option<Vec<(String, usize)>>>,
)