MCPcopy Create free account
hub / github.com/Stranger6667/css-inline / detach_node

Method detach_node

css-inline/src/html/document.rs:236–238  ·  view source on GitHub ↗
(&mut self, node: NodeId)

Source from the content-addressed store, hash-verified

234 }
235
236 pub(crate) fn detach_node(&mut self, node: NodeId) {
237 self.detach(node);
238 }
239
240 /// Detach a node from its siblings and its parent.
241 ///

Callers 1

handle_empty_remainderFunction · 0.80

Calls 1

detachMethod · 0.80

Tested by

no test coverage detected