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