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

Method to_bits

crates/css_lexer/src/token.rs:1155–1157  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1153 }
1154
1155 pub fn to_bits(&self) -> u64 {
1156 (self.0 as u64) << 32 | self.1 as u64
1157 }
1158}
1159
1160impl core::fmt::Debug for Token {

Callers 5

new_whitespaceMethod · 0.45
new_numberMethod · 0.45
new_dimensionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected