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

Method index

css-inline/src/html/document.rs:433–435  ·  view source on GitHub ↗
(&self, id: NodeId)

Source from the content-addressed store, hash-verified

431
432 #[inline]
433 fn index(&self, id: NodeId) -> &Node {
434 &self.nodes[id.get()]
435 }
436}
437
438impl std::ops::IndexMut<NodeId> for Document {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected