MCPcopy Create free account
hub / github.com/csskit/csskit / cursor

Method cursor

crates/css_lexer/src/source_cursor.rs:98–100  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

96
97 #[inline(always)]
98 pub const fn cursor(&self) -> Cursor {
99 self.cursor
100 }
101
102 #[inline(always)]
103 pub const fn token(&self) -> Token {

Callers 2

appendMethod · 0.80
handleEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected