Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ eof_cursor
Function
eof_cursor
crates/css_parse/src/parser.rs:58–61 ·
view source on GitHub ↗
(len: usize)
Source
from the content-addressed store, hash-verified
56
57
#[inline]
58
fn eof_cursor(len: usize) -> Cursor {
59
let eof_offset = css_lexer::SourceOffset(len as u32);
60
Cursor::new(eof_offset, css_lexer::Token::EOF)
61
}
62
63
impl<
'a, I> Parser<'
a, I>
64
where
Callers
4
new
Method · 0.85
fill_buffer
Method · 0.85
peek_n_with_skip
Method · 0.85
consume_trivia
Method · 0.85
Calls
1
SourceOffset
Class · 0.85
Tested by
no test coverage detected