Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ len
Method
len
crates/css_lexer/src/dyn_atom_registry.rs:255–257 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
253
}
254
255
fn len(&self) -> u32 {
256
self.to_str().len() as u32
257
}
258
259
fn from_bits(bits: u32) -> Self {
260
match bits {
Callers
1
atomize
Method · 0.45
Calls
1
to_str
Method · 0.80
Tested by
no test coverage detected