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

Method start

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

Source from the content-addressed store, hash-verified

15 }
16
17 pub fn start(&self) -> SourceOffset {
18 self.span.start()
19 }
20
21 pub fn end(&self) -> SourceOffset {
22 self.span.end()

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