Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Stranger6667/css-inline
/ data
Method
data
css-inline/src/html/serializer.rs:235–237 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
233
}
234
#[inline]
235
fn data(&self) -> &NodeData {
236
&self.document[self.node].data
237
}
238
#[inline]
239
fn should_skip_element(&self, element: &ElementData) -> bool {
240
if element.name.local == local_name!(
"style"
) {
Callers
1
serialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected