Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ token
Method
token
crates/css_lexer/src/source_cursor.rs:103–105 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
101
102
#[inline(always)]
103
pub const fn token(&self) -> Token {
104
self.cursor.token()
105
}
106
107
#[inline(always)]
108
pub const fn source(&self) -> &'a str {
Callers
15
fmt
Method · 0.45
may_compact
Method · 0.45
can_compact_number
Method · 0.45
fmt_compacted
Method · 0.45
fmt_compacted_number
Method · 0.45
fmt_compacted_ident
Method · 0.45
fmt_compacted_url
Method · 0.45
fmt_compacted_string
Method · 0.45
fmt_expanded
Method · 0.45
fmt_expanded_number
Method · 0.45
fmt_expanded_ident
Method · 0.45
fmt_expanded_url
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected