Function handle_get_known_shadow_root

Source
pub(crate) fn handle_get_known_shadow_root(
    documents: &DocumentCollection,
    pipeline: PipelineId,
    shadow_root_id: String,
    reply: IpcSender<Result<(), ErrorStatus>>,
)