Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_overlay
Method · 0.45
push_segment
Method · 0.45
flush_segments_up_to
Method · 0.45
append
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected