MCPcopy 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_at_ruleMethod · 0.45
unexpected_functionMethod · 0.45
peekMethod · 0.45
parseMethod · 0.45
peekMethod · 0.45
peekMethod · 0.45
peekMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by 2

convert_tokenFunction · 0.36
test_caseFunction · 0.36