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

Method get

css-inline/src/html/node.rs:66–68  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64 }
65 #[inline]
66 pub(crate) fn get(self) -> usize {
67 self.0.get()
68 }
69}
70
71/// Data associated with a `Node`.

Callers 15

inline_to_implMethod · 0.45
stylesheetsMethod · 0.45
get_by_idMethod · 0.45
get_by_classMethod · 0.45
get_by_tagMethod · 0.45
indexMethod · 0.45
index_mutMethod · 0.45
parse_with_optionsFunction · 0.45
should_skip_elementMethod · 0.45
write_escapedMethod · 0.45
write_attributesMethod · 0.45
start_elemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected