handle_modify_rule

Function handle_modify_rule 

Source
pub(crate) fn handle_modify_rule(
    cx: &mut JSContext,
    state: &DevtoolsState,
    documents: &DocumentCollection,
    pipeline: PipelineId,
    node_id: &str,
    modifications: Vec<RuleModification>,
)