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

Method source

crates/css_lexer/src/lib.rs:213–215  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

211
212 #[inline(always)]
213 pub fn source(&self) -> &'a str {
214 self.source
215 }
216
217 /// Is the lexer at the last token
218 pub fn at_end(&self) -> bool {

Callers 6

parseMethod · 0.45
peekMethod · 0.45
parseMethod · 0.45
visit_url_or_stringMethod · 0.45
runMethod · 0.45
appendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected