MCPcopy 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
28impl NodeMetadata for () {
29 fn merge(self, _: Self) -> Self {}
30}
31
32// Blanket implementation for Option<T> where T: NodeWithMetadata<M>

Callers 6

parseMethod · 0.45
parseMethod · 0.45
metadataMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parse_stylesheetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected