MCPcopy 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_offsetMethod · 0.45
spanMethod · 0.45
str_sliceMethod · 0.45
with_quotesMethod · 0.45
with_sign_requiredMethod · 0.45
serializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected