(&self, _source: &str)
| 364 | |
| 365 | impl QueryType { |
| 366 | pub fn node_id(&self, _source: &str) -> Option<NodeId> { |
| 367 | let c: Cursor = self.0.into(); |
| 368 | CsskitAtomSet::from_bits(c.atom_bits()).to_node_id() |
| 369 | } |
| 370 | } |
| 371 | |
| 372 | impl NodeWithMetadata<QuerySelectorMetadata> for QueryType { |
no test coverage detected