Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ token
Method
token
crates/css_lexer/src/cursor.rs:22–24 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
20
21
#[inline(always)]
22
pub const fn token(&self) -> Token {
23
self.1
24
}
25
26
#[inline(always)]
27
pub const fn offset(&self) -> SourceOffset {
Callers
15
unexpected_pseudo_element
Method · 0.45
unexpected_at_rule
Method · 0.45
unexpected_function
Method · 0.45
reserved_keyframe_name
Method · 0.45
peek
Method · 0.45
parse
Method · 0.45
valid_declaration_name
Method · 0.45
peek
Method · 0.45
peek
Method · 0.45
peek
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
Calls
no outgoing calls
Tested by
2
convert_token
Function · 0.36
test_case
Function · 0.36