MCPcopy Create free account
hub / github.com/csskit/csskit / hoisted_bindings

Method hoisted_bindings

crates/csskit_derives/src/parse.rs:760–762  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

758 }
759
760 fn hoisted_bindings(&self) -> TokenStream {
761 self.shared_fields.iter().chain(self.shared_type_fields.iter()).map(|f| f.binding()).collect()
762 }
763
764 fn hoisted_preloop(&self, wc: &mut WhereCollector) -> TokenStream {
765 let atom_preloop = match self.shared_fields.as_slice() {

Callers 1

renderMethod · 0.80

Calls 3

collectMethod · 0.80
iterMethod · 0.80
bindingMethod · 0.80

Tested by

no test coverage detected