MCPcopy 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

fmtMethod · 0.45
may_compactMethod · 0.45
can_compact_numberMethod · 0.45
fmt_compactedMethod · 0.45
fmt_compacted_numberMethod · 0.45
fmt_compacted_identMethod · 0.45
fmt_compacted_urlMethod · 0.45
fmt_compacted_stringMethod · 0.45
fmt_expandedMethod · 0.45
fmt_expanded_numberMethod · 0.45
fmt_expanded_identMethod · 0.45
fmt_expanded_urlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected