Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ len
Method
len
crates/css_lexer/src/cursor.rs:45–47 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
43
44
#[inline(always)]
45
pub const fn len(&self) -> u32 {
46
self.token().len()
47
}
48
49
#[inline(always)]
50
pub fn span(&self) -> Span {
Callers
2
end_offset
Method · 0.45
serialize
Method · 0.45
Calls
1
token
Method · 0.45
Tested by
no test coverage detected