MCPcopy Create free account
hub / github.com/csskit/csskit / end

Method end

crates/css_lexer/src/span.rs:36–38  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

34 /// Gets the ending [SourceOffset].
35 #[inline]
36 pub const fn end(&self) -> SourceOffset {
37 self.end
38 }
39
40 /// Extends this [Span] into a new one with the end altered to be [SourceOffset].
41 ///

Callers 15

consider_nodeMethod · 0.45
commit_overlaysMethod · 0.45
visit_lengthMethod · 0.45
serializeMethod · 0.45
serializeMethod · 0.45
to_spanMethod · 0.45
process_ruleMethod · 0.45
to_spanMethod · 0.45
parseFunction · 0.45
extract_selector_listFunction · 0.45
cursor_to_strMethod · 0.45

Calls

no outgoing calls

Tested by 2

consider_nodeMethod · 0.36
extract_selector_listFunction · 0.36