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

Method bits_to_str

crates/css_lexer/src/atom_set.rs:185–187  ·  view source on GitHub ↗
(&self, bits: u32)

Source from the content-addressed store, hash-verified

183 }
184
185 fn bits_to_str(&self, bits: u32) -> &'static str {
186 T::from_bits(bits).to_str()
187 }
188
189 fn bits(&self) -> u32 {
190 self.clone().as_bits()

Callers 1

runMethod · 0.45

Calls 1

to_strMethod · 0.80

Tested by

no test coverage detected