Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ merge
Method
merge
crates/css_parse/src/traits/node_metadata.rs:29–29 ·
view source on GitHub ↗
(self, _: Self)
Source
from the content-addressed store, hash-verified
27
// Stub implementation allowing tests to use () for M
28
impl NodeMetadata for () {
29
fn merge(self, _: Self) -> Self {}
30
}
31
32
// Blanket implementation for Option<T> where T: NodeWithMetadata<M>
Callers
6
parse
Method · 0.45
parse
Method · 0.45
metadata
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse_stylesheet
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected