Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_impl
Method · 0.45
stylesheets
Method · 0.45
get_by_id
Method · 0.45
get_by_class
Method · 0.45
get_by_tag
Method · 0.45
index
Method · 0.45
index_mut
Method · 0.45
parse_with_options
Function · 0.45
should_skip_element
Method · 0.45
write_escaped
Method · 0.45
write_attributes
Method · 0.45
start_elem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected