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

Method end

crates/css_parse/src/cursor_overlay_sink.rs:21–23  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

19 }
20
21 pub fn end(&self) -> SourceOffset {
22 self.span.end()
23 }
24
25 pub fn cursors(&self) -> &[SourceCursor<'a>] {
26 &self.cursors

Callers 4

has_overlayMethod · 0.45
push_segmentMethod · 0.45
flush_segments_up_toMethod · 0.45
appendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected