Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parse
Method · 0.45
peek
Method · 0.45
parse
Method · 0.45
visit_url_or_string
Method · 0.45
run
Method · 0.45
append
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected