Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ offset
Method
offset
crates/css_lexer/src/cursor.rs:27–29 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
25
26
#[inline(always)]
27
pub const fn offset(&self) -> SourceOffset {
28
self.0
29
}
30
31
#[inline(always)]
32
pub fn end_offset(&self) -> SourceOffset {
Callers
7
end_offset
Method · 0.45
span
Method · 0.45
str_slice
Method · 0.45
with_quotes
Method · 0.45
with_associated_whitespace
Method · 0.45
with_sign_required
Method · 0.45
serialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected