handle_get_children

Function handle_get_children 

Source
pub(crate) fn handle_get_children(
    state: &DevtoolsState,
    pipeline: PipelineId,
    node_id: &str,
    reply: GenericSender<Option<Vec<NodeInfo>>>,
    can_gc: CanGc,
)