Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ offset
Method
offset
crates/css_parse/src/parser.rs:228–230 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
226
227
#[inline(always)]
228
pub fn offset(&self) -> SourceOffset {
229
self.buffer[self.buffer_index].offset()
230
}
231
232
#[inline(always)]
233
pub fn at_end(&self) -> bool {
Callers
4
test_filling_buffer_with_skip_tokens
Function · 0.45
unexpected_ident
Method · 0.45
unexpected_tag
Method · 0.45
unexpected_id
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_filling_buffer_with_skip_tokens
Function · 0.36